Prechádzať zdrojové kódy

temp_sensor: fix broken include path

Marius Vikhammer 5 rokov pred
rodič
commit
06abe3413f

+ 1 - 1
components/driver/esp32c3/rtc_tempsensor.c

@@ -27,7 +27,7 @@
 #include "driver/temp_sensor.h"
 #include "regi2c_ctrl.h"
 #include "esp32c3/rom/ets_sys.h"
-#include "esp32c3/esp_efuse_rtc_calib.h"
+#include "esp_efuse_rtc_calib.h"
 
 static const char *TAG = "tsens";