Skip to content

Commit db13fa3

Browse files
committed
init enum
1 parent 7ec41d4 commit db13fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/net/cellular/CellularModem/at/ATCommandsInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using std::memmove;
3232
#include "ATCommandsInterface.h"
3333

3434
ATCommandsInterface::ATCommandsInterface(IOStream* pStream) :
35-
m_pStream(pStream), m_open(false), m_env2AT(), m_AT2Env(), m_processingMtx(),
35+
m_pStream(pStream), m_open(false), m_transactionState(IDLE), m_env2AT(), m_AT2Env(), m_processingMtx(),
3636
m_processingThread(&ATCommandsInterface::staticCallback, this, (osPriority)AT_THREAD_PRIORITY, 4*192),
3737
m_eventsMgmtMtx(), m_eventsProcessingMtx()
3838
{

0 commit comments

Comments
 (0)