浏览代码

Update Kconfig

liuduanfei 4 年之前
父节点
当前提交
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