mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Kconfig: add quotes in source to clean warnings from setconfig
To avoid the setconfig warning "style: quotes recommended around xxx in source xxx" Change-Id: Iaec3ae59ba2ec15337652c9962b25081ff03e1d7 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
+1
-1
@@ -3261,7 +3261,7 @@ endif
|
||||
comment "Board-Common Options"
|
||||
|
||||
if ARCH_CHIP_STM32
|
||||
source boards/arm/stm32/common/Kconfig
|
||||
source "boards/arm/stm32/common/Kconfig"
|
||||
endif
|
||||
|
||||
config BOARD_CRASHDUMP
|
||||
|
||||
Reference in New Issue
Block a user