From: Joey Castillo Date: Wed, 21 May 2025 05:10:09 +0000 (-0400) Subject: temperature faces: no need to import thermistor driver X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=6c1fa9f4dfe0c37c2bfb405a28e1af3e4fb37b7f;p=sensor-watch.git temperature faces: no need to import thermistor driver --- diff --git a/watch-faces/sensor/temperature_display_face.c b/watch-faces/sensor/temperature_display_face.c index b33cbe8..161b22d 100644 --- a/watch-faces/sensor/temperature_display_face.c +++ b/watch-faces/sensor/temperature_display_face.c @@ -25,7 +25,6 @@ #include #include #include "temperature_display_face.h" -#include "thermistor_driver.h" #include "watch.h" static bool skip = false; diff --git a/watch-faces/sensor/temperature_logging_face.c b/watch-faces/sensor/temperature_logging_face.c index cf15c78..68c7365 100644 --- a/watch-faces/sensor/temperature_logging_face.c +++ b/watch-faces/sensor/temperature_logging_face.c @@ -25,7 +25,6 @@ #include #include #include "temperature_logging_face.h" -#include "thermistor_driver.h" #include "watch.h" static void _temperature_logging_face_log_data(thermistor_logger_state_t *logger_state) {