Skip to content

Commit f624fbd

Browse files
aentingerper1234
authored andcommitted
Fix -Wreorder error during CI build.
1 parent 0c52270 commit f624fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_ConnectionHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
ConnectionHandler::ConnectionHandler(bool const keep_alive)
2929
: _keep_alive{keep_alive}
30-
, _current_net_connection_state{NetworkConnectionState::INIT}
3130
, _lastConnectionTickTime{millis()}
31+
, _current_net_connection_state{NetworkConnectionState::INIT}
3232
{
3333

3434
}

0 commit comments

Comments
 (0)