X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fcfg%2Fcfg_wdt.h;fp=app%2Ftriface%2Fcfg%2Fcfg_wdt.h;h=8404dbd2eb9e03ce1f5762a64f72681ab1a66b3c;hb=8d51b3f9ff733551fcdf838f61cb1564c82a39f0;hp=0000000000000000000000000000000000000000;hpb=ea9f2eb7d3ab9137f317d02404ff60f6806e1bb9;p=bertos.git diff --git a/app/triface/cfg/cfg_wdt.h b/app/triface/cfg/cfg_wdt.h new file mode 100644 index 00000000..8404dbd2 --- /dev/null +++ b/app/triface/cfg/cfg_wdt.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Configuration file for watchdog module. + * + * \version $Id$ + * + * \author Daniele Basile + */ + +#ifndef CFG_WDT_H +#define CFG_WDT_H + +/// Enable watchdog timer. +#define CONFIG_WATCHDOG 1 + +#endif /* CFG_WDT_H */ + +