Update Kconfig

This commit is contained in:
liuduanfei 2020-08-05 10:06:20 +08:00 committed by GitHub
parent 719b71a015
commit 27a6ebf4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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