mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-23 10:29:17 +08:00
[bsp][drivers][soft_i2c] unify the software I2C driver
This commit is contained in:
@@ -21,9 +21,6 @@ if GetDepend(['RT_USING_CAN']):
|
||||
if GetDepend(['RT_USING_CLOCK_TIME']):
|
||||
src += ['drv_timer.c']
|
||||
|
||||
if GetDepend(['RT_USING_I2C']):
|
||||
src += ['drv_soft_i2c.c']
|
||||
|
||||
if GetDepend(['RT_USING_PWM']):
|
||||
src += ['drv_pwm.c']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user