From 889202c46ced1be4fc0db3faf63564722eba2865 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 23 Oct 2014 13:07:27 +0200 Subject: include cleanup --- avr/cmd_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/cmd_boot.c') 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 -#include #include #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; -- cgit v1.2.3