fix name of ifdef in thermistor readout face
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef THERMISTOR_FACE_H_
|
#ifndef THERMISTOR_READOUT_FACE_H_
|
||||||
#define THERMISTOR_FACE_H_
|
#define THERMISTOR_READOUT_FACE_H_
|
||||||
|
|
||||||
#include "movement.h"
|
#include "movement.h"
|
||||||
|
|
||||||
@@ -16,4 +16,4 @@ static const watch_face_t thermistor_readout_face = {
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // THERMISTOR_FACE_H_
|
#endif // THERMISTOR_READOUT_FACE_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user