X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=b6db12475a0861d251bf60c4b662f299653c7ae0;hb=2aa5b04dcc5daad2409bf2027541704b56a85f13;hp=8d15733a03afa82f8d6eb264bcb4f760e9b215a2;hpb=46961b1d1c9a4ad75f783af36b38bf4f9bf738a6;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 8d15733a..b6db1247 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -34,14 +34,16 @@ * * \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" */ #ifndef DRV_WDT_H #define DRV_WDT_H #include "cfg/cfg_wdt.h" -#include "cfg/cfg_arch.h" #include // INLINE