Files
firmware/right/src/i2c_watchdog.h
2017-02-25 17:48:37 +01:00

9 lines
111 B
C

#ifndef __I2C_WATCHDOG_H_
#define __I2C_WATCHDOG_H_
// Functions:
extern void InitI2cWatchdog();
#endif