Skip to content

Commit 75162f9

Browse files
committed
cellular: fix style
1 parent 20a06d8 commit 75162f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96_CellularStack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ nsapi_error_t QUECTEL_BG96_CellularStack::socket_connect(nsapi_socket_t handle,
7070
if ((_at.get_last_error() == NSAPI_ERROR_OK) && err) {
7171
if (err == BG96_SOCKET_BIND_FAIL) {
7272
socket->created = false;
73-
_at.unlock();
73+
_at.unlock();
7474
return NSAPI_ERROR_PARAMETER;
7575
}
7676
_at.cmd_start("AT+QICLOSE=");

0 commit comments

Comments
 (0)