diff options
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') |
