/** * \file * * * \brief Configuration file for watchdog module. * * * \author Daniele Basile */ #ifndef CFG_WDT_H #define CFG_WDT_H /// Enable watchdog timer. $WIZ$ type = "autoenabled" #define CONFIG_WATCHDOG 0 #endif /* CFG_WDT_H */