From 250fd6ec9ba516bafd96e96934d7d0ebd74e1be8 Mon Sep 17 00:00:00 2001 From: fl0wl0w Date: Tue, 16 Jan 2024 00:44:16 -0600 Subject: [PATCH] fix: pre commit error with line being too long for ESP_SYSYEM_SINGLE_CORE_MODE --- components/esp_system/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp_system/Kconfig b/components/esp_system/Kconfig index ad1dad7928ba..c6b66c342340 100644 --- a/components/esp_system/Kconfig +++ b/components/esp_system/Kconfig @@ -59,7 +59,8 @@ menu "ESP System Settings" default "y" depends on FREERTOS_UNICORE help - Only initialize and use the main core. (EXPERIMENTAL, Leave this as default if you don't know what this changes) + Only initialize and use the main core. + (EXPERIMENTAL, Leave this as default if you don't know what this changes) config ESP_SYSTEM_RTC_EXT_XTAL # This is a High Layer Kconfig option, invisible, can be selected by other Kconfig option