1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Merge pull request #4654 from esp8266/ivankravets-patch-3

Force ARDUINO macro to 10805
This commit is contained in:
Ivan Kravets 2018-04-19 17:01:45 +03:00 committed by GitHub
commit 68f04bcaaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ assert isdir(FRAMEWORK_DIR)
env.Prepend(
CPPDEFINES=[
("ARDUINO", 10600),
("ARDUINO", 10805),
"LWIP_OPEN_SRC"
],
CPPPATH=[