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