Skip to content

Commit

Permalink
Merge pull request #11526 from u-blox/at_unlock_error_fix
Browse files Browse the repository at this point in the history
Fix added to unlock AT handler mutex
  • Loading branch information
0xc0170 committed Sep 19, 2019
2 parents 8689c3f + a269f71 commit 4c9282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/cellular/framework/targets/UBLOX/AT/UBLOX_AT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4c9282f

Please sign in to comment.