소스 검색

Merge pull request #1369 from armink/fix_sfud

[DeviceDriver] Fix RT_DEBUG_SFUD in Kconfig.
Bernard Xiong 7 년 전
부모
커밋
4ebb94e964
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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