Explorar el Código

Update SConscript

supperthomas hace 3 años
padre
commit
2f4f3c401c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SConscript

+ 1 - 1
SConscript

@@ -166,7 +166,7 @@ src += Split('''
 if GetDepend(['PKG_NIMBLE_CTLR']):
     CPPDEFINES = ['NIMBLE_CFG_CONTROLLER=1']
 else:
-    CPPDEFINES = ['']
+    CPPDEFINES = []
 
 if GetDepend(['PKG_NIMBLE_CTLR']):
     path += [cwd + '/nimble/controller/include']