forked from xuos/xiuos
APP_Framework/Applications/:solve the bug in the SConscript about compiling
This commit is contained in:
parent
f46bf7044a
commit
513cc43f06
|
@ -13,6 +13,6 @@ path = [
|
||||||
cwd + '/demo'
|
cwd + '/demo'
|
||||||
]
|
]
|
||||||
|
|
||||||
group = DefineGroup('CMSISNN-cifar10', src, depend = ['USING_CMSIS_5_DEMOAPP'], CPPPATH = path)
|
group = DefineGroup('CMSISNN-cifar10', src, depend = ['USING_CMSIS_5_NN_DEMOAPP'], CPPPATH = path)
|
||||||
|
|
||||||
Return('group')
|
Return('group')
|
||||||
|
|
Loading…
Reference in New Issue