projects
/
bbctrl-firmware
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41f55a
)
spacing
author
Joseph Coffland
<github@joe.coffland.com>
Fri, 15 Dec 2017 18:42:53 +0000
(10:42 -0800)
committer
GitHub
<noreply@github.com>
Fri, 15 Dec 2017 18:42:53 +0000
(10:42 -0800)
src/avr/src/status.c
patch
|
blob
|
history
diff --git
a/src/avr/src/status.c
b/src/avr/src/status.c
index c6113adb468bd4d0b3b5942194d2ca18118944c1..c7912867d64001786675e20fc45aa0429b4ba5c6 100644
(file)
--- a/
src/avr/src/status.c
+++ b/
src/avr/src/status.c
@@
-82,7
+82,7
@@
stat_t status_message_P(const char *location, status_level_t level,
vfprintf_P(stdout, msg, args);
va_end(args);
- } else printf_P("%"PRPSTR, status_to_pgmstr(code));
+ } else printf_P("%"
PRPSTR, status_to_pgmstr(code));
putchar('"');