Skip to content

Commit 3e1459b

Browse files
committed
Merging changes from ATParser got AT parser unification
1 parent 7ffa3dd commit 3e1459b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ATCmdParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ bool ATCmdParser::process_oob()
399399

400400
// Check for oob data
401401
struct oob *oob = _oobs;
402-
while ( oob ) {
402+
while (oob) {
403403
if (i == (int)oob->len && memcmp(
404404
oob->prefix, _buffer, oob->len) == 0) {
405405
debug_if(_dbg_on, "AT! %s\r\n", oob->prefix);

0 commit comments

Comments
 (0)