X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=b6db12475a0861d251bf60c4b662f299653c7ae0;hb=2aa5b04dcc5daad2409bf2027541704b56a85f13;hp=578e145dcfff83b34cacf2d615dd232dc4085d38;hpb=d5099d19c0fcaa2837a01abbd1b9dbd9c01add42;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 578e145d..b6db1247 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -34,13 +34,10 @@ * * \author Bernie Innocenti * - * \brief Watchdog interface + * \brief Watchdog module, supplies a simple API to manage wdt on supported target. * - * $WIZARD_MODULE = { - * "name" : "wdt", - * "depends" : [], - * "configuration" : "bertos/cfg/cfg_wdt.h" - * } + * $WIZ$ module_name = "wdt" + * $WIZ$ module_configuration = "bertos/cfg/cfg_wdt.h" */ #ifndef DRV_WDT_H