APP_Framework/Applications/:solve the bug in the SConscript about compiling

This commit is contained in:
chunyexixiaoyu 2022-02-15 10:08:14 +08:00
parent f46bf7044a
commit 513cc43f06
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ path = [
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')