X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=bafb8fb8cc4495dbef19ba74f66c65f9016a0816;hb=82f680048d359567d43f9f9d118dbd6190c7ccdd;hp=2e2a4c818f8dcee1e7a53e07d70e07d00bb357f3;hpb=b35b2945f819f3408d0e867f3227ba7d14222bf3;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 2e2a4c81..bafb8fb8 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -34,12 +34,11 @@ * * \author Bernie Innocenti * - * \brief Watchdog interface - * $WIZARD_MODULE = { - * "name" : "wdt", - * "depends" : [], - * "configuration" : "bertos/cfg/cfg_wdt.h" - * } + * \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