temp_sensor: fix broken include path

This commit is contained in:
Marius Vikhammer 2021-02-26 10:25:05 +08:00
parent b4612a2f14
commit 06abe3413f

View File

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