소스 검색

Update Kconfig

liuduanfei 5 년 전
부모
커밋
27a6ebf4b1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      components/drivers/Kconfig

+ 4 - 4
components/drivers/Kconfig

@@ -97,10 +97,10 @@ if RT_USING_I2C
         default y
 
     if RT_USING_I2C_BITOPS
-		config RT_I2C_BITOPS_DEBUG
-   		bool "Use simulate I2C debug message"
-    	default n
-	endif
+	config RT_I2C_BITOPS_DEBUG
+            bool "Use simulate I2C debug message"
+            default n
+    endif
 endif
 
 config RT_USING_PIN