Skip to content

Commit

Permalink
Force ARDUINO macro to 10805
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets authored Apr 19, 2018
1 parent 5d5ea92 commit 1ae70ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def scons_patched_match_splitext(path, suffixes=None):

env.Prepend(
CPPDEFINES=[
("ARDUINO", 10600),
("ARDUINO", 10805),
"LWIP_OPEN_SRC"
],
CPPPATH=[
Expand Down

0 comments on commit 1ae70ad

Please sign in to comment.