Skip to content

Commit 1d454ec

Browse files
Raffael Rostagnosylvioalves
authored andcommitted
soc: esp32c2: temp: Fix temperature sensor feature
Add missing file for temperature sensor feature. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 1f1d693 commit 1d454ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephyr/esp32c2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ if(CONFIG_SOC_SERIES_ESP32C2)
305305
../../components/driver/deprecated/rtc_temperature_legacy.c
306306
../../components/soc/${CONFIG_SOC_SERIES}/temperature_sensor_periph.c
307307
../../components/efuse/${CONFIG_SOC_SERIES}/esp_efuse_rtc_calib.c
308+
../../components/esp_hw_support/adc_share_hw_ctrl.c
308309
)
309310

310311
if (CONFIG_ADC_ESP32)

0 commit comments

Comments
 (0)