Skip to content

Commit 80f2f63

Browse files
committed
fix(adc): fix ESP32P4 V3 build error on 5.5
1 parent cc569cb commit 80f2f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/efuse/esp32p4/sources.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set(EFUSE_SOC_SRCS
22
"esp_efuse_utility.c"
33
"esp_efuse_fields.c"
4+
"esp_efuse_rtc_calib.c"
45
)
56

67
if(CONFIG_ESP32P4_REV_MIN_FULL GREATER_EQUAL 300)
@@ -10,6 +11,5 @@ if(CONFIG_ESP32P4_REV_MIN_FULL GREATER_EQUAL 300)
1011
else()
1112
list(APPEND EFUSE_SOC_SRCS
1213
"esp_efuse_table.c"
13-
"esp_efuse_rtc_calib.c"
1414
)
1515
endif()

0 commit comments

Comments
 (0)