mirror of https://github.com/ARMmbed/mbed-os.git
Merging changes from ATParser got AT parser unification
parent
fbb184988a
commit
634bde35a1
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue