Implement the I2C watchdog using PIT.

This commit is contained in:
László Monda
2017-02-25 17:48:37 +01:00
parent b453297570
commit 6cf27799a6
6 changed files with 61 additions and 21 deletions

View File

@@ -10,6 +10,5 @@
// Functions:
void InitPeripherials();
void restartI2C();
#endif