Skip to content

Commit c82fd31

Browse files
author
Teppo Järvelin
committed
Removed double attach from EasyCellularConnection.
1 parent 8c019e6 commit c82fd31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/cellular/easy_cellular/EasyCellularConnection.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ const char *EasyCellularConnection::get_gateway()
268268
void EasyCellularConnection::attach(mbed::Callback<void(nsapi_event_t, intptr_t)> status_cb)
269269
{
270270
_status_cb = status_cb;
271-
_cellularConnectionFSM.attach(status_cb);
272271
}
273272

274273
void EasyCellularConnection::modem_debug_on(bool on)

0 commit comments

Comments
 (0)