Skip to content

Commit 3764030

Browse files
authored
Merge pull request #10812 from jarvte/fix_multiple_urc_athander
Cellular: fix athandler to use correct timeout in case of multiple urc's
2 parents b8f413a + 6b11ca1 commit 3764030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/ATHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ void ATHandler::process_oob()
420420
reset_buffer(); // consume anything that could not be handled
421421
break;
422422
}
423-
_start_time = rtos::Kernel::get_ms_count();
424423
}
424+
_start_time = rtos::Kernel::get_ms_count();
425425
}
426426
_at_timeout = timeout;
427427
tr_debug("AT OoB done");

0 commit comments

Comments
 (0)