Skip to content

Commit

Permalink
Fix fallthrough warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jul 7, 2024
1 parent 1f51627 commit 08063ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/LiveDebug/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ void onDataReceived(Stream& source, char arrivedChar, unsigned short availableCh
commandBuffer.clear();
}
showPrompt();
break;
}
default:
break;
Expand Down Expand Up @@ -216,6 +217,7 @@ void asyncReadCallback(const GdbSyscallInfo& info)
Serial << _F("readFileAsync: total = ") << transfer.total << _F(", elapsed = ") << elapsed << _F(" ms, av. ")
<< bps << _F(" bytes/sec") << endl;
readConsole();
break;
}

default:;
Expand Down

0 comments on commit 08063ed

Please sign in to comment.