Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removing spaces in file
  • Loading branch information
andreagilardoni committed Apr 16, 2024
commit abaef3f145576ff105cbfd89acc1e903d1bc3bfd
2 changes: 1 addition & 1 deletion libraries/SocketWrapper/src/MbedClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void arduino::MbedClient::configureSocket(Socket *_s) {
_s->set_timeout(_timeout);
_s->set_blocking(false);
_s->getpeername(&address);

if (event == nullptr) {
event = new rtos::EventFlags;
}
Expand Down