mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fix typo in platform.txt causing device test fails (#7463)
When stacksmash protection was added, the variable used by the compile lines and the boards.txt.py generator is "build_stacksmash_flags". Unfortunately, the default variable name in the platform.txt is "build_stacksmash" w/o the "_flags."
This commit is contained in:
parent
c18f7cb1e6
commit
c3c61a5f75
@ -37,7 +37,7 @@ build.exception_flags=-fno-exceptions
|
|||||||
build.stdcpp_lib=-lstdc++
|
build.stdcpp_lib=-lstdc++
|
||||||
build.stdcpp_level=-std=gnu++17
|
build.stdcpp_level=-std=gnu++17
|
||||||
|
|
||||||
build.stacksmash=
|
build.stacksmash_flags=
|
||||||
|
|
||||||
build.float=-u _printf_float -u _scanf_float
|
build.float=-u _printf_float -u _scanf_float
|
||||||
build.led=
|
build.led=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user