X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=b6db12475a0861d251bf60c4b662f299653c7ae0;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=e5a90e76efd04fa5235788e9a3c9d501fb987eb0;hpb=c4e10478569740bd284cc41a47dd5227150a6f00;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index e5a90e76..b6db1247 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -36,11 +36,8 @@ * * \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