1
0
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:
Earle F. Philhower, III 2020-07-16 20:49:43 -07:00 committed by GitHub
parent c18f7cb1e6
commit c3c61a5f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=