mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:07:18 +08:00
drv_soft_i2c.c was not in libraries
This commit is contained in:
parent
93e7999dca
commit
42f003fd7a
@ -23,9 +23,6 @@ if GetDepend(['RT_USING_SPI']):
|
||||
if GetDepend(['RT_USING_I2C']):
|
||||
src += ['drv_i2c.c']
|
||||
|
||||
if GetDepend(['RT_USING_I2C', 'RT_USING_I2C_BITOPS']):
|
||||
src += ['drv_soft_i2c.c']
|
||||
|
||||
if GetDepend(['BSP_USING_ONCHIP_RTC']):
|
||||
src += ['drv_rtc.c']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user