Fix json syntax in debug.json profile file

pull/2889/head
Bartek Szatkowski 2016-10-03 14:04:28 +01:00
parent 646cc89a62
commit ea569e8342
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"uARM": {
"common": ["-c", "--gnu", "-Otime", "--split_sections",
"--apcs=interwork", "--brief_diagnostics", "--restrict",
"--multibyte_chars", "-O0", "-D__MICROLIB", "-g"
"--multibyte_chars", "-O0", "-D__MICROLIB", "-g",
"--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD"],
"asm": [],
"c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"],