X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=bafb8fb8cc4495dbef19ba74f66c65f9016a0816;hb=4756aabbd1c7b16e31c9814b8e7f1586dfd3bf22;hp=8d15733a03afa82f8d6eb264bcb4f760e9b215a2;hpb=46961b1d1c9a4ad75f783af36b38bf4f9bf738a6;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 8d15733a..bafb8fb8 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -34,14 +34,17 @@ * * \author Bernie Innocenti * - * \brief Watchdog interface + * \brief Watchdog module, supplies a simple API to manage wdt on supported target. + * + * $WIZ$ module_name = "wdt" + * $WIZ$ module_configuration = "bertos/cfg/cfg_wdt.h" + * $WIZ$ module_supports = "avr" */ #ifndef DRV_WDT_H #define DRV_WDT_H #include "cfg/cfg_wdt.h" -#include "cfg/cfg_arch.h" #include // INLINE