File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ if(CONFIG_SOC_SERIES_ESP32C2)
293
293
zephyr_sources_ifdef (
294
294
CONFIG_ESP32_TEMP
295
295
../../components/driver/deprecated/rtc_temperature_legacy.c
296
- ../../components/soc// ${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
296
+ ../../components/soc/${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
297
297
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_rtc_calib.c
298
298
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_table.c
299
299
../../components/efuse/src/esp_efuse_api.c
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ if(CONFIG_SOC_SERIES_ESP32C3)
214
214
zephyr_sources_ifdef (
215
215
CONFIG_ESP32_TEMP
216
216
../../components/driver/deprecated/rtc_temperature_legacy.c
217
- ../../components/soc// ${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
217
+ ../../components/soc/${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
218
218
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_rtc_calib.c
219
219
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_table.c
220
220
../../components/efuse/src/esp_efuse_api.c
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ if(CONFIG_SOC_SERIES_ESP32S2)
255
255
zephyr_sources_ifdef (
256
256
CONFIG_ESP32_TEMP
257
257
../../components/driver/deprecated/rtc_temperature_legacy.c
258
- ../../components/soc// ${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
258
+ ../../components/soc/${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
259
259
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_rtc_calib.c
260
260
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_rtc_table.c
261
261
../../components/efuse/src/esp_efuse_api.c
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ if(CONFIG_SOC_SERIES_ESP32S3)
277
277
CONFIG_ESP32_TEMP
278
278
../../components/driver/deprecated/rtc_temperature_legacy.c
279
279
../../components/esp_hw_support/sar_periph_ctrl_common.c
280
- ../../components/soc// ${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
280
+ ../../components/soc/${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
281
281
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_rtc_calib.c
282
282
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_table.c
283
283
../../components/efuse/src/esp_efuse_api.c
You can’t perform that action at this time.
0 commit comments