Fix added to unlock AT handler mutex

pull/11526/head
Syed Fahimuddin Alavi 2019-09-19 16:46:00 +05:00
parent 1afece7f1b
commit a269f714cc
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()