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
adbridge 2019-09-19 16:37:08 +01:00
parent fe34ed0e05
commit 40028c8453
1 changed files with 1 additions and 1 deletions

View File

@ -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()