Merge pull request #11526 from u-blox/at_unlock_error_fix

Fix added to unlock AT handler mutex
pull/11534/head
Martin Kojtal 2019-09-19 17:15:19 +02:00 committed by GitHub
commit 4c9282f165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()