supperthomas 3 anni fa
parent
commit
2f4f3c401c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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']