diff --git a/libraries/net/cellular/CellularModem/at/ATCommandsInterface.cpp b/libraries/net/cellular/CellularModem/at/ATCommandsInterface.cpp index d7104ae985..9f711630ce 100644 --- a/libraries/net/cellular/CellularModem/at/ATCommandsInterface.cpp +++ b/libraries/net/cellular/CellularModem/at/ATCommandsInterface.cpp @@ -32,7 +32,7 @@ using std::memmove; #include "ATCommandsInterface.h" ATCommandsInterface::ATCommandsInterface(IOStream* pStream) : - m_pStream(pStream), m_open(false), m_env2AT(), m_AT2Env(), m_processingMtx(), + m_pStream(pStream), m_open(false), m_transactionState(IDLE), m_env2AT(), m_AT2Env(), m_processingMtx(), m_processingThread(&ATCommandsInterface::staticCallback, this, (osPriority)AT_THREAD_PRIORITY, 4*192), m_eventsMgmtMtx(), m_eventsProcessingMtx() {