Skip to content
Prev Previous commit
Modem: add explicit fall through
  • Loading branch information
pennam committed Nov 28, 2024
commit 75bbb30036c4358b298875f2b059e9c37a0e8ae0
1 change: 1 addition & 0 deletions libraries/WiFiS3/src/Modem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ ModemClass::ParseResult ModemClass::buf_read(const string &prompt, string &data_
if(c == '\n') {
state = at_parse_state_t::Res;
}
/* fall through */

/*
* break is volountary not present, to cover for cases where the response status is in the
Expand Down