Skip to content

Commit 0d4575f

Browse files
committed
cpu/esp32: fix frequency in Kconfig
1 parent 7086036 commit 0d4575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/esp32/Kconfig.esp32c3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ menu "ESP32-C3 specific configurations"
6969
config ESP32C3_DEFAULT_CPU_FREQ_MHZ_2
7070
bool "2 MHz"
7171
config ESP32C3_DEFAULT_CPU_FREQ_MHZ_5
72-
bool "50 MHz"
72+
bool "5 MHz"
7373
config ESP32C3_DEFAULT_CPU_FREQ_MHZ_10
7474
bool "10 MHz"
7575
config ESP32C3_DEFAULT_CPU_FREQ_MHZ_20

0 commit comments

Comments
 (0)