temp_sensor: fix broken include path

pull/6718/head
Marius Vikhammer 2021-02-26 10:25:05 +08:00
rodzic b4612a2f14
commit 06abe3413f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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";