Fix Kconfig style

Remove spaces from Kconfig
This commit is contained in:
simbit18 2023-08-17 12:31:08 +02:00 committed by Alin Jerpelea
parent fa10cf7cdf
commit e374f327c1
2 changed files with 8 additions and 8 deletions

View File

@ -5,8 +5,8 @@
if ARCH_BOARD_ARDUINO_NANO_33BLE_REV2
config ARDUINONANO33BLEREV2_ARDUINO_BOOTLOADER
bool "Use Arduino bootloader"
default y
---help---
Use the Arduino bootloader to load the NuttX binary.
bool "Use Arduino bootloader"
default y
---help---
Use the Arduino bootloader to load the NuttX binary.
endif

View File

@ -5,8 +5,8 @@
if ARCH_BOARD_ARDUINO_NANO_33BLE
config ARDUINONANO33BLE_ARDUINO_BOOTLOADER
bool "Use Arduino bootloader"
default y
---help---
Use the Arduino bootloader to load the NuttX binary.
bool "Use Arduino bootloader"
default y
---help---
Use the Arduino bootloader to load the NuttX binary.
endif