mirror of https://github.com/ARMmbed/mbed-os.git
Fix added to unlock AT handler mutex
parent
1afece7f1b
commit
a269f714cc
|
@ -117,7 +117,7 @@ nsapi_error_t UBLOX_AT::init()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return err;
|
return _at->unlock_return_error();
|
||||||
}
|
}
|
||||||
|
|
||||||
nsapi_error_t UBLOX_AT::config_authentication_parameters()
|
nsapi_error_t UBLOX_AT::config_authentication_parameters()
|
||||||
|
|
Loading…
Reference in New Issue