Merging changes from ATParser got AT parser unification

pull/5212/head
Senthil Ramakrishnan 2017-09-27 11:40:36 -05:00
parent 7ffa3ddaaf
commit 3e1459b691
1 changed files with 1 additions and 1 deletions

View File

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