Skip to content

Commit a269f71

Browse files
committed
Fix added to unlock AT handler mutex
1 parent 1afece7 commit a269f71

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)