fix name of ifdef in thermistor readout face

This commit is contained in:
Joey Castillo 2021-10-23 16:14:03 -04:00
parent 8f6cd8b290
commit 13d6ea10d7

View 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_
#endif // THERMISTOR_READOUT_FACE_H_