]> git.earman.xyz Git - sensor-watch.git/commitdiff
fix name of ifdef in thermistor readout face
authorJoey Castillo <jose.castillo@gmail.com>
Sat, 23 Oct 2021 20:14:03 +0000 (16:14 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Sat, 23 Oct 2021 20:14:03 +0000 (16:14 -0400)
movement/watch_faces/thermistor/thermistor_readout_face.h

index 639d00a4d107a9d89fb848c86e117513138909ac..71d1542786c019f5a7bd63091b5ac118bdb32453 100644 (file)
@@ -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_