Add wizard info for wdt.
[bertos.git] / bertos / drv / wdt.h
index 8d15733a03afa82f8d6eb264bcb4f760e9b215a2..2e2a4c818f8dcee1e7a53e07d70e07d00bb357f3 100644 (file)
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * \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 <cfg/compiler.h> // INLINE