liuduanfei před 5 roky
rodič
revize
27a6ebf4b1
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      components/drivers/Kconfig

+ 4 - 4
components/drivers/Kconfig

@@ -97,10 +97,10 @@ if RT_USING_I2C
         default y
         default y
 
 
     if RT_USING_I2C_BITOPS
     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
 endif
 
 
 config RT_USING_PIN
 config RT_USING_PIN