Skip to content

Commit 615df0f

Browse files
authored
Update src/EthernetClient.cpp
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 2015a93 commit 615df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EthernetClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void EthernetClient::stop()
195195
tcp_connection_close(_tcp_client->pcb, _tcp_client);
196196
}
197197
mem_free(_tcp_client);
198-
_tcp_client=NULL;
198+
_tcp_client = NULL;
199199
}
200200

201201
uint8_t EthernetClient::connected()

0 commit comments

Comments
 (0)