changed I2C watchdog timer implementation, as LPTMR was already used by key scanner

This commit is contained in:
Erich Styger
2017-12-25 17:15:41 +01:00
parent 5581dd26b5
commit 7eb83173ed
4 changed files with 33 additions and 27 deletions

View File

@@ -14,4 +14,6 @@
extern key_matrix_t keyMatrix;
#define KEY_USE_I2C_WATCHDOG_TIMER (1) /* if set to 1, every 100 ms the I2C communication is checked */
#endif