This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 53d0d04e8e05e1d5dc6c904032ff2d18764510f3 Author: simbit18 <[email protected]> AuthorDate: Wed May 10 11:47:54 2023 +0200 arch/risc-v/src/esp32c6/Kconfig: Fix help attribute Replace help => ---help--- --- arch/risc-v/src/esp32c6/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/esp32c6/Kconfig b/arch/risc-v/src/esp32c6/Kconfig index 04bd16bb14..29c7298f57 100644 --- a/arch/risc-v/src/esp32c6/Kconfig +++ b/arch/risc-v/src/esp32c6/Kconfig @@ -76,7 +76,7 @@ config ESP32C6_ESP32C6XXX choice ESP32C6_CPU_FREQ prompt "CPU frequency" default ESP32C6_CPU_FREQ_160 - help + ---help--- CPU frequency to be set on application startup. config ESP32C6_CPU_FREQ_80
