Add I2C_WatchdogOuterCounter, I2C_WatchdogInnerCounter, BridgeCounter and expose them via USB getDebugInfo()

This commit is contained in:
László Monda
2017-08-19 12:12:49 +02:00
parent 35102918b2
commit 58f36cf6c3
5 changed files with 29 additions and 3 deletions

View File

@@ -4,5 +4,6 @@
// Functions:
extern void InitI2cWatchdog();
extern uint32_t I2C_WatchdogInnerCounter;
extern uint32_t I2C_WatchdogOuterCounter;
#endif