Skip to content

Commit ea569e8

Browse files
committed
Fix json syntax in debug.json profile file
1 parent 646cc89 commit ea569e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/debug.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"uARM": {
2626
"common": ["-c", "--gnu", "-Otime", "--split_sections",
2727
"--apcs=interwork", "--brief_diagnostics", "--restrict",
28-
"--multibyte_chars", "-O0", "-D__MICROLIB", "-g"
28+
"--multibyte_chars", "-O0", "-D__MICROLIB", "-g",
2929
"--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD"],
3030
"asm": [],
3131
"c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],

0 commit comments

Comments
 (0)