X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=578e145dcfff83b34cacf2d615dd232dc4085d38;hb=98c76a5f903d9e12d9af283d71ed61d8768969a7;hp=8d15733a03afa82f8d6eb264bcb4f760e9b215a2;hpb=46961b1d1c9a4ad75f783af36b38bf4f9bf738a6;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 8d15733a..578e145d 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -35,13 +35,18 @@ * \author Bernie Innocenti * * \brief Watchdog interface + * + * $WIZARD_MODULE = { + * "name" : "wdt", + * "depends" : [], + * "configuration" : "bertos/cfg/cfg_wdt.h" + * } */ #ifndef DRV_WDT_H #define DRV_WDT_H #include "cfg/cfg_wdt.h" -#include "cfg/cfg_arch.h" #include // INLINE