cellular: fix style

pull/10579/head
kevin.ong 2019-05-15 01:08:11 +08:00
parent 20a06d8c2d
commit 75162f9e1a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ nsapi_error_t QUECTEL_BG96_CellularStack::socket_connect(nsapi_socket_t handle,
if ((_at.get_last_error() == NSAPI_ERROR_OK) && err) {
if (err == BG96_SOCKET_BIND_FAIL) {
socket->created = false;
_at.unlock();
_at.unlock();
return NSAPI_ERROR_PARAMETER;
}
_at.cmd_start("AT+QICLOSE=");