Store founded command lines in the project
[bertos.git] / bertos / drv / wdt.h
index 064a565f6fa7864aa54d41d23be31218c6214781..bafb8fb8cc4495dbef19ba74f66c65f9016a0816 100644 (file)
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * \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 <cfg/compiler.h> // INLINE
 
@@ -89,7 +92,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)