mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
fix name of ifdef in thermistor readout face
This commit is contained in:
parent
8f6cd8b290
commit
13d6ea10d7
|
@ -1,5 +1,5 @@
|
|||
#ifndef THERMISTOR_FACE_H_
|
||||
#define THERMISTOR_FACE_H_
|
||||
#ifndef THERMISTOR_READOUT_FACE_H_
|
||||
#define THERMISTOR_READOUT_FACE_H_
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
|
@ -16,4 +16,4 @@ static const watch_face_t thermistor_readout_face = {
|
|||
NULL
|
||||
};
|
||||
|
||||
#endif // THERMISTOR_FACE_H_
|
||||
#endif // THERMISTOR_READOUT_FACE_H_
|
||||
|
|
Loading…
Reference in a new issue