Skip to content

Commit 75bbb30

Browse files
committed
Modem: add explicit fall through
1 parent 6bac645 commit 75bbb30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/WiFiS3/src/Modem.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ ModemClass::ParseResult ModemClass::buf_read(const string &prompt, string &data_
321321
if(c == '\n') {
322322
state = at_parse_state_t::Res;
323323
}
324+
/* fall through */
324325

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

0 commit comments

Comments
 (0)