Merge pull request #1369 from armink/fix_sfud

[DeviceDriver] Fix RT_DEBUG_SFUD in Kconfig.
This commit is contained in:
Bernard Xiong 2018-04-20 09:31:39 +08:00 committed by GitHub
commit 4ebb94e964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ config RT_USING_SPI
bool "Using defined supported flash chip information table"
default y
config RT_SFUD_DEBUG
config RT_DEBUG_SFUD
bool "Show more SFUD debug information"
default n
endif