Merging changes from ATParser got AT parser unification

pull/5355/head
Senthil Ramakrishnan 2017-09-27 11:40:36 -05:00 committed by adbridge
parent fbb184988a
commit 634bde35a1
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ bool ATCmdParser::process_oob()
// Check for oob data
struct oob *oob = _oobs;
while ( oob ) {
while (oob) {
if (i == (int)oob->len && memcmp(
oob->prefix, _buffer, oob->len) == 0) {
debug_if(_dbg_on, "AT! %s\r\n", oob->prefix);