mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'fix_compile_warning' of ssh://github.com/KariHaapalehto/mbed-os into rollup
commit
75368766f7
|
@ -69,7 +69,7 @@ void Nanostack::Interface::attach(
|
||||||
}
|
}
|
||||||
|
|
||||||
Nanostack::Interface::Interface(NanostackPhy &phy) : interface_phy(phy), interface_id(-1), _device_id(-1),
|
Nanostack::Interface::Interface(NanostackPhy &phy) : interface_phy(phy), interface_id(-1), _device_id(-1),
|
||||||
_connect_status(NSAPI_STATUS_DISCONNECTED), _blocking(true), _previous_connection_status(NSAPI_STATUS_DISCONNECTED)
|
_connect_status(NSAPI_STATUS_DISCONNECTED), _previous_connection_status(NSAPI_STATUS_DISCONNECTED), _blocking(true)
|
||||||
{
|
{
|
||||||
mesh_system_init();
|
mesh_system_init();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue