X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=2e2a4c818f8dcee1e7a53e07d70e07d00bb357f3;hb=5f8280945446a255b5ef549ab70559a41623adc9;hp=064a565f6fa7864aa54d41d23be31218c6214781;hpb=ca9fb8575f225fb067db8e4eef201e50e8239c7d;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 064a565f..2e2a4c81 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -35,13 +35,17 @@ * \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 @@ -89,7 +93,7 @@ * Start the watchdog timer that fire at the select * timeout. * - * \param timeout, this value is target dependant. + * \param timeout this value is target dependant. * See the target documentation for more details. */ INLINE void wdt_start(uint32_t timeout)