X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/aea51b6c4c93c56715f50e64d424e1181c6d0242..49475345ffc5fd27ca937006ef6aa18858bf7c90:/avr/cmd_boot.c diff --git a/avr/cmd_boot.c b/avr/cmd_boot.c index fb533c7..bba510f 100644 --- a/avr/cmd_boot.c +++ b/avr/cmd_boot.c @@ -379,6 +379,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)) {