mirror of https://github.com/ARMmbed/mbed-os.git
Fix added to unlock AT handler mutex
This is a manual commit to bring the contents of PR11526 across. The original commit could not be cherry-picked or patched!pull/11524/head
parent
fe34ed0e05
commit
40028c8453
|
@ -117,7 +117,7 @@ nsapi_error_t UBLOX_AT::init()
|
|||
}
|
||||
#endif
|
||||
|
||||
return err;
|
||||
return _at->unlock_return_error();
|
||||
}
|
||||
|
||||
nsapi_error_t UBLOX_AT::config_authentication_parameters()
|
||||
|
|
Loading…
Reference in New Issue