Skip to content

Commit 40028c8

Browse files
committed
Fix added to unlock AT handler mutex
This is a manual commit to bring the contents of PR11526 across. The original commit could not be cherry-picked or patched!
1 parent fe34ed0 commit 40028c8

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)