allow non '51s to compile
This commit is contained in:
parent
beb338ebea
commit
f2f99a2392
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ compiler.define=-DARDUINO=
|
|||
# this can be overriden in boards.txt
|
||||
build.extra_flags=
|
||||
build.cache_flags=
|
||||
build.flags.optimize=
|
||||
build.flags.maxspi=
|
||||
build.flags.maxqspi=
|
||||
|
||||
# These can be overridden in platform.local.txt
|
||||
compiler.c.extra_flags=
|
||||
|
|
|
|||
Loading…
Reference in a new issue