X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=e5a90e76efd04fa5235788e9a3c9d501fb987eb0;hb=7f71ceee79dea7b155679ec439ab6646f2e6bfa6;hp=8d15733a03afa82f8d6eb264bcb4f760e9b215a2;hpb=46961b1d1c9a4ad75f783af36b38bf4f9bf738a6;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 8d15733a..e5a90e76 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -34,14 +34,19 @@ * * \author Bernie Innocenti * - * \brief Watchdog interface + * \brief Watchdog module, supplies a simple API to manage wdt on supported target. + * + * $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