fix Ubiquitous/XiZi/board/ok1052-c compile error

This commit is contained in:
Liu_Weichao
2022-03-15 11:08:52 +08:00
parent 73d10380ea
commit 31697c14f2
18 changed files with 26 additions and 2186 deletions
@@ -22,7 +22,7 @@ menuconfig BSP_USING_GPIO
menuconfig BSP_USING_I2C
bool "Using I2C device"
default y
default n
select RESOURCES_I2C
if BSP_USING_I2C
@@ -31,7 +31,7 @@ menuconfig BSP_USING_I2C
menuconfig BSP_USING_ADC
bool "Using ADC device"
default y
default n
select RESOURCES_ADC
if BSP_USING_ADC
@@ -40,7 +40,7 @@ menuconfig BSP_USING_ADC
menuconfig BSP_USING_SPI
bool "Using SPI device"
default y
default n
select RESOURCES_SPI
if BSP_USING_SPI