]> git.earman.xyz Git - sensor-watch.git/commitdiff
temperature faces: no need to import thermistor driver
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 21 May 2025 05:10:09 +0000 (01:10 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 21 May 2025 05:10:09 +0000 (01:10 -0400)
watch-faces/sensor/temperature_display_face.c
watch-faces/sensor/temperature_logging_face.c

index b33cbe816905dde2142fc8731c001d569a026d3e..161b22da4124c011ca0c1676829c7d6556492e04 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include "temperature_display_face.h"
-#include "thermistor_driver.h"
 #include "watch.h"
 
 static bool skip = false;
index cf15c7808814d5345485e2b03fe0fad7bb9686e1..68c7365bfc35836fb90eff2c741b686858ed48ae 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdlib.h>
 #include <string.h>
 #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) {