Skip to content

Commit b5bbd69

Browse files
committed
MbedClient: use SOCKET_TIMEOUT to initialize _timeout
1 parent f7d9db9 commit b5bbd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SocketWrapper/src/MbedClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
arduino::MbedClient::MbedClient()
88
: _status(false),
9-
_timeout(0) {
9+
_timeout(SOCKET_TIMEOUT) {
1010
}
1111

1212
uint8_t arduino::MbedClient::status() {

0 commit comments

Comments
 (0)