Merge pull request #2889 from bulislaw/master

Fix json syntax in debug.json profile file
pull/2422/head
Martin Kojtal 2016-10-03 15:46:27 +01:00 committed by GitHub
commit 2ca59bcc88
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"],