Skip to content

Commit

Permalink
Fix typo in platform.txt causing device test fails (#7463)
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
earlephilhower authored Jul 17, 2020
1 parent c18f7cb commit c3c61a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build.exception_flags=-fno-exceptions
build.stdcpp_lib=-lstdc++
build.stdcpp_level=-std=gnu++17

build.stacksmash=
build.stacksmash_flags=

build.float=-u _printf_float -u _scanf_float
build.led=
Expand Down

0 comments on commit c3c61a5

Please sign in to comment.