mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Fix Kconfig style
Remove spaces from Kconfig
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user