Removed double attach from EasyCellularConnection.

pull/6496/head
Teppo Järvelin 2018-03-28 09:08:22 +03:00
parent 8c019e6c83
commit c82fd31735
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ const char *EasyCellularConnection::get_gateway()
void EasyCellularConnection::attach(mbed::Callback<void(nsapi_event_t, intptr_t)> status_cb)
{
_status_cb = status_cb;
_cellularConnectionFSM.attach(status_cb);
}
void EasyCellularConnection::modem_debug_on(bool on)