Implement the I2C watchdog using PIT.
This commit is contained in:
8
right/src/i2c_watchdog.h
Normal file
8
right/src/i2c_watchdog.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __I2C_WATCHDOG_H_
|
||||
#define __I2C_WATCHDOG_H_
|
||||
|
||||
// Functions:
|
||||
|
||||
extern void InitI2cWatchdog();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user