9 lines
113 B
C
9 lines
113 B
C
#ifndef __I2C_WATCHDOG_H__
|
|
#define __I2C_WATCHDOG_H__
|
|
|
|
// Functions:
|
|
|
|
extern void InitI2cWatchdog();
|
|
|
|
#endif
|