From 7c97e16ecf8d7f384206a324f443843ba09cf9f4 Mon Sep 17 00:00:00 2001 From: armink Date: Thu, 19 Apr 2018 19:40:47 +0800 Subject: [PATCH] [DeviceDriver] Fix RT_DEBUG_SFUD in Kconfig. --- components/drivers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index fc02b0eaed..800b382b97 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -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