Skip to content

Commit 4c9282f

Browse files
authored
Merge pull request #11526 from u-blox/at_unlock_error_fix
Fix added to unlock AT handler mutex
2 parents 8689c3f + a269f71 commit 4c9282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/UBLOX/AT/UBLOX_AT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ nsapi_error_t UBLOX_AT::init()
117117
}
118118
#endif
119119

120-
return err;
120+
return _at->unlock_return_error();
121121
}
122122

123123
nsapi_error_t UBLOX_AT::config_authentication_parameters()

0 commit comments

Comments
 (0)