We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb800ba commit 0603b0cCopy full SHA for 0603b0c
libraries/lwIpWrapper/src/CNetIf.cpp
@@ -1024,11 +1024,11 @@ uint8_t CLwipIf::getEncryptionType(NetIfType_t type)
1024
1025
/* -------------------------------------------------------------------------- */
1026
CNetIf::CNetIf()
1027
- : dhcp_timeout(30000)
+ : id(0)
1028
+ , dhcp_timeout(30000)
1029
+ , dhcp_st(DHCP_IDLE_STATUS)
1030
, dhcp_started(false)
1031
, dhcp_acquired(false)
- , id(0)
- , dhcp_st(DHCP_IDLE_STATUS)
1032
, _dhcp_lease_state(DHCP_CHECK_NONE)
1033
{
1034
0 commit comments