Skip to content

Commit 2ca59bc

Browse files
authored
Merge pull request #2889 from bulislaw/master
Fix json syntax in debug.json profile file
2 parents 646cc89 + ea569e8 commit 2ca59bc

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)