error count in watchdog message

This commit is contained in:
Wolfgang Hottgenroth
2017-01-04 17:57:52 +01:00
parent c9c6349290
commit 5f2b4bc7b9
2 changed files with 4 additions and 2 deletions

View File

@ -58,6 +58,7 @@ private:
uint32_t m_uptime;
uint8_t m_deviceIdx;
bool m_enabled;
uint16_t m_errorCount;
mbusDevTuple_t m_mbusDevTuple[NUM_OF_DEVICES];
};