Skip to content

Commit c651c17

Browse files
authored
Fix ULP defconfig.esp32s2
Fix the Setting option for S2
1 parent 88e9f55 commit c651c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/defconfig.esp32s2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONFIG_ESP32S2_KEEP_USB_ALIVE=y
77
# CONFIG_USE_MULTINET is not set
88
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
99
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
10-
CONFIG_ULP_COPROC_ENABLED=y
10+
CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
1111
CONFIG_ULP_COPROC_TYPE_FSM=y
1212
CONFIG_ULP_COPROC_TYPE_RISCV=y
1313
CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)