Merge pull request #10812 from jarvte/fix_multiple_urc_athander

Cellular: fix athandler to use correct timeout in case of multiple urc's
pull/10869/head
Anna Bridge 2019-06-19 15:03:36 +01:00 committed by GitHub
commit 37640301e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -420,8 +420,8 @@ void ATHandler::process_oob()
reset_buffer(); // consume anything that could not be handled
break;
}
_start_time = rtos::Kernel::get_ms_count();
}
_start_time = rtos::Kernel::get_ms_count();
}
_at_timeout = timeout;
tr_debug("AT OoB done");