X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=bafb8fb8cc4495dbef19ba74f66c65f9016a0816;hb=4756aabbd1c7b16e31c9814b8e7f1586dfd3bf22;hp=e5a90e76efd04fa5235788e9a3c9d501fb987eb0;hpb=013836bbcaff6b08025c863390ba8a913b66f1b8;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index e5a90e76..bafb8fb8 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -36,11 +36,9 @@ * * \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" + * $WIZ$ module_supports = "avr" */ #ifndef DRV_WDT_H