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

@@ -92,7 +92,6 @@ void main() {
while (1) {
//UpdateUsbReports();
restartI2C();
asm("wfi");
}
}