14 lines
277 B
C
14 lines
277 B
C
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
// Macros:
|
|
|
|
#define I2C_WATCHDOG_VALUE_REINIT 1
|
|
#define I2C_WATCHDOG_VALUE_REBOOT 2
|
|
|
|
// #define DEBUG_OVER_SPI
|
|
#define I2C_WATCHDOG I2C_WATCHDOG_VALUE_REINIT
|
|
// #define I2C_WATCHDOG I2C_WATCHDOG_VALUE_REBOOT
|
|
|
|
#endif
|