Skip to content

Commit c3c61a5

Browse files
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."
1 parent c18f7cb commit c3c61a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build.exception_flags=-fno-exceptions
3737
build.stdcpp_lib=-lstdc++
3838
build.stdcpp_level=-std=gnu++17
3939

40-
build.stacksmash=
40+
build.stacksmash_flags=
4141

4242
build.float=-u _printf_float -u _scanf_float
4343
build.led=

0 commit comments

Comments
 (0)