mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
Minor fix to debug format
This commit is contained in:
parent
765805234f
commit
93629d7192
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ static int pcode_proxy(int argc, char **argv)
|
|||
{
|
||||
/* REVISIT: There are issues here when CONFIG_NUTTX_KERNEL is selected. */
|
||||
|
||||
bdbg("ERROR: Not implemented");
|
||||
bdbg("ERROR: Not implemented\n");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue