temperature faces: no need to import thermistor driver

This commit is contained in:
Joey Castillo 2025-05-21 01:10:09 -04:00
parent ea90319180
commit 6c1fa9f4df
2 changed files with 0 additions and 2 deletions

View 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;

View 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) {