summaryrefslogtreecommitdiff
path: root/avr/cmd_boot.c
diff options
context:
space:
mode:
authorLeo C2014-10-23 13:07:27 +0200
committerLeo C2014-10-23 13:07:27 +0200
commit889202c46ced1be4fc0db3faf63564722eba2865 (patch)
tree59b44dba123e04f45fd02be22674269fc3f1e56d /avr/cmd_boot.c
parent89adce76dd02f2076ec6de1c6b434bc1f29512f4 (diff)
downloadz180-stamp-889202c46ced1be4fc0db3faf63564722eba2865.zip
include cleanup
Diffstat (limited to 'avr/cmd_boot.c')
-rw-r--r--avr/cmd_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/cmd_boot.c b/avr/cmd_boot.c
index c2f0351..1f99f2d 100644
--- a/avr/cmd_boot.c
+++ b/avr/cmd_boot.c
@@ -4,7 +4,6 @@
*/
#include "common.h"
#include <stdlib.h>
-#include <avr/pgmspace.h>
#include <util/atomic.h>
#include "command.h"
@@ -195,6 +194,7 @@ command_ret_t do_console(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv
case 'q':
case 'Q':
+ printf_P(PSTR("\n"));
goto quit;
break;