diff options
| author | sakumisu <[email protected]> | 2022-06-15 22:06:39 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-06-15 22:09:38 +0800 |
| commit | 131ac53ce93e273bab8f45a4abd2fbfd9d28ac43 (patch) | |
| tree | 31a1d314f5ec18c8603f8cbcdc036061984f0d1d /SConscript | |
| parent | 9c5db7d4df52ea10f23b9fb62fb104326238c101 (diff) | |
fix scons cppdefine
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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') |
