mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-23 21:50:55 +01:00
Properly initialize model timer structs.
This commit is contained in:
parent
1dedff342b
commit
507f146477
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ NimBLEMeshModel::NimBLEMeshModel(NimBLEMeshModelCallbacks *pCallbacks,
|
||||||
m_transStep = 0;
|
m_transStep = 0;
|
||||||
|
|
||||||
memset(&m_opPub, 0, sizeof(m_opPub));
|
memset(&m_opPub, 0, sizeof(m_opPub));
|
||||||
|
memset(&m_tdTimer, 0, sizeof(m_tdTimer));
|
||||||
|
memset(&m_pubTimer, 0, sizeof(m_pubTimer));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue