Refactor CPPDEFINES to tuple style

This commit is contained in:
Ivan Kravets
2016-11-30 15:53:58 +02:00
parent 52c3b5b6a0
commit ecb47153c7
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ assert isdir(FRAMEWORK_DIR)
env.Prepend(
CPPDEFINES=[
"ARDUINO=10600",
("ARDUINO", 10610),
"ARDUINO_ARCH_ESP32"
],