mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11526 from u-blox/at_unlock_error_fix
Fix added to unlock AT handler mutexpull/11534/head
commit
4c9282f165
|
@ -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