Browse Source

[DeviceDriver] Fix RT_DEBUG_SFUD in Kconfig.

armink 7 years ago
parent
commit
7c97e16ecf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/drivers/Kconfig

+ 1 - 1
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