summaryrefslogtreecommitdiffstats
path: root/movement
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-23 16:14:03 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-23 16:14:03 -0400
commit13d6ea10d74656914f989ae78a0f6cf5f7c5e534 (patch)
tree6bb0ef515979173721b087b951d8d4efe91d0f13 /movement
parent8f6cd8b29062622095c489235061287f13e74dda (diff)
downloadSensor-Watch-13d6ea10d74656914f989ae78a0f6cf5f7c5e534.tar.gz
Sensor-Watch-13d6ea10d74656914f989ae78a0f6cf5f7c5e534.tar.bz2
Sensor-Watch-13d6ea10d74656914f989ae78a0f6cf5f7c5e534.zip
fix name of ifdef in thermistor readout face
Diffstat (limited to 'movement')
-rw-r--r--movement/watch_faces/thermistor/thermistor_readout_face.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/movement/watch_faces/thermistor/thermistor_readout_face.h b/movement/watch_faces/thermistor/thermistor_readout_face.h
index 639d00a4..71d15427 100644
--- a/movement/watch_faces/thermistor/thermistor_readout_face.h
+++ b/movement/watch_faces/thermistor/thermistor_readout_face.h
@@ -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_ \ No newline at end of file
+#endif // THERMISTOR_READOUT_FACE_H_