mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 03:18:54 +00:00
V1.0.5
This commit is contained in:
@@ -6,8 +6,8 @@ cwd = GetCurrentDir()
|
||||
CPPPATH = []
|
||||
src = []
|
||||
|
||||
if GetDepend('AIC_I2C_DRV_TEST') and GetDepend('PKG_USING_AT24CXX'):
|
||||
src = Glob('*.c')
|
||||
if GetDepend('AIC_I2C_DRV_TEST') and GetDepend('RT_USING_FINSH'):
|
||||
src = Glob('test_i2c_slave.c')
|
||||
|
||||
group = DefineGroup('test-i2c', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user