summaryrefslogtreecommitdiff
path: root/avr/cmd_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/cmd_boot.c')
-rw-r--r--avr/cmd_boot.c1
1 files changed, 1 insertions, 0 deletions
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)) {