4
0
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:
KafCoppelia 2021-11-07 19:42:24 +08:00
parent 93e7999dca
commit 42f003fd7a

View File

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