Skip to content

Commit

Permalink
FIX: redundant variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Nov 19, 2020
1 parent 5298a67 commit 6929e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdc_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ void cdc_shell_process_input(const void *buf, size_t count) {
cdc_shell_state = cdc_shell_expects_csn;
break;
}
cdc_shell_state = cdc_shell_idle;
case cdc_shell_expects_lf:
cdc_shell_state = cdc_shell_idle;
if (*buf_p == '\n') {
Expand Down

0 comments on commit 6929e04

Please # to comment.