Skip to content

Commit 7502caa

Browse files
Separate parameters like pre-existing -u entries
1 parent 81b3481 commit 7502caa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/platformio-build.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ def scons_patched_match_splitext(path, suffixes=None):
8989
"-Wl,-wrap,spi_flash_read",
9090
"-u", "app_entry",
9191
"-u", "_printf_float",
92-
"-u", "_scanf_float"
93-
"-u _DebugExceptionVector",
94-
"-u _DoubleExceptionVector",
95-
"-u _KernelExceptionVector",
96-
"-u _NMIExceptionVector",
97-
"-u _UserExceptionVector"
92+
"-u", "_scanf_float",
93+
"-u", "_DebugExceptionVector",
94+
"-u", "_DoubleExceptionVector",
95+
"-u", "_KernelExceptionVector",
96+
"-u", "_NMIExceptionVector",
97+
"-u", "_UserExceptionVector"
9898
],
9999

100100
CPPDEFINES=[

0 commit comments

Comments
 (0)