We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12096f8 commit abaef3fCopy full SHA for abaef3f
libraries/SocketWrapper/src/MbedClient.cpp
@@ -65,7 +65,7 @@ void arduino::MbedClient::configureSocket(Socket *_s) {
65
_s->set_timeout(_timeout);
66
_s->set_blocking(false);
67
_s->getpeername(&address);
68
-
+
69
if (event == nullptr) {
70
event = new rtos::EventFlags;
71
}
0 commit comments