X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_wdt.h;h=b53b327e76ac5ac015abd81e749ba46c0f7684d0;hb=39e200e1f43474a96888f97e2271728c9605ccbe;hp=fd3ca9b475dcf400a61c6abb7da4d08cc0711015;hpb=b35b2945f819f3408d0e867f3227ba7d14222bf3;p=bertos.git diff --git a/bertos/cfg/cfg_wdt.h b/bertos/cfg/cfg_wdt.h index fd3ca9b4..b53b327e 100644 --- a/bertos/cfg/cfg_wdt.h +++ b/bertos/cfg/cfg_wdt.h @@ -32,7 +32,6 @@ * * \brief Configuration file for watchdog module. * - * \version $Id$ * * \author Daniele Basile */ @@ -40,7 +39,7 @@ #ifndef CFG_WDT_H #define CFG_WDT_H -/// Enable watchdog timer. $WIZARD = { "type" : "boolean" } +/// Enable watchdog timer. $WIZ$ type = "autoenabled" #define CONFIG_WATCHDOG 0 #endif /* CFG_WDT_H */