Przeglądaj źródła

fix scons cppdefine

sakumisu 3 lat temu
rodzic
commit
131ac53ce9
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      SConscript

+ 2 - 0
SConscript

@@ -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')