X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flpc2378%2Fcfg%2Fcfg_wdt.h;fp=examples%2Flpc2378%2Fcfg%2Fcfg_wdt.h;h=0e491b10a7631f1be21bddb7e2d18a74ca020a3e;hb=ab067bd420a6e48b25d66444d97ee229b48bcb23;hp=0000000000000000000000000000000000000000;hpb=8284fb65c8c8f9fd233da33fd08f1f81b64cb94b;p=bertos.git diff --git a/examples/lpc2378/cfg/cfg_wdt.h b/examples/lpc2378/cfg/cfg_wdt.h new file mode 100644 index 00000000..0e491b10 --- /dev/null +++ b/examples/lpc2378/cfg/cfg_wdt.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Configuration file for watchdog module. + * + * \version $Id: cfg_wdt.h 2576 2009-04-20 11:03:51Z batt $ + * + * \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 */ + +