X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=b6db12475a0861d251bf60c4b662f299653c7ae0;hb=2cf01a12f0b0bb1d5666a12ad64f0212e118c8a4;hp=6e2cde30f1c574261c33edfb62ffc137991a596a;hpb=bd646534b07bbf3c22a4d2ec01d800b0ad718aa6;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 6e2cde30..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 @@ -89,8 +91,8 @@ * Start the watchdog timer that fire at the select * timeout. * - * \param timeout, this value is target dependant. - * See the target documentation for more detail. + * \param timeout this value is target dependant. + * See the target documentation for more details. */ INLINE void wdt_start(uint32_t timeout) {