X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/aea51b6c4c93c56715f50e64d424e1181c6d0242..6dbf5891f52b1e06f8448e2b0526214bc882c6ec:/avr/cmd_boot.c?ds=sidebyside diff --git a/avr/cmd_boot.c b/avr/cmd_boot.c index fb533c7..6b98496 100644 --- a/avr/cmd_boot.c +++ b/avr/cmd_boot.c @@ -11,7 +11,6 @@ * Misc boot support */ #include "cmd_boot.h" -#include #include #include "cli_readline.h" /* console_buffer[] */ @@ -379,6 +378,7 @@ command_ret_t do_console(cmd_tbl_t *cmdtp UNUSED, uint_fast8_t flag UNUSED, int case 2: my_puts_P(PSTR("\n" "------------------------------------------------\n")); + /* FALL TROUGH */ case 1: state = 0; switch (toupper(ch)) {