Skip to content

Commit

Permalink
fix: pre commit error with line being too long for ESP_SYSYEM_SINGLE_…
Browse files Browse the repository at this point in the history
…CORE_MODE
  • Loading branch information
FL0WL0W committed Feb 4, 2024
1 parent 6a38741 commit 250fd6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/esp_system/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 250fd6e

Please sign in to comment.