fix scons cppdefine

This commit is contained in:
sakumisu
2022-06-15 22:06:39 +08:00
parent 9c5db7d4df
commit 131ac53ce9

View File

@@ -5,6 +5,8 @@ path = [cwd + '/common']
path += [cwd + '/core']
src = []
CPPDEFINES = []
# USB DEVICE
if GetDepend(['PKG_CHERRYUSB_DEVICE']):
src += Glob('core/usbd_core.c')