From: Joey Castillo Date: Sat, 23 Oct 2021 20:14:03 +0000 (-0400) Subject: fix name of ifdef in thermistor readout face X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=13d6ea10d74656914f989ae78a0f6cf5f7c5e534;p=sensor-watch.git fix name of ifdef in thermistor readout face --- diff --git a/movement/watch_faces/thermistor/thermistor_readout_face.h b/movement/watch_faces/thermistor/thermistor_readout_face.h index 639d00a..71d1542 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_