Merge branch 'fix_compile_warning' of ssh://github.com/KariHaapalehto/mbed-os into rollup

pull/8663/head
Cruz Monrreal II 2018-11-06 21:29:08 -06:00
commit 75368766f7
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }