cellular: fix style

pull/10610/head
kevin.ong 2019-05-15 01:08:11 +08:00 committed by adbridge
parent 4536193e8d
commit f179be9817
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=");