X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer.h;h=e418cec7e15979cd2f721a4f6fbdd2a2ad81278e;hb=dfbfef1a940347e6a0340e5729ac867e1711c159;hp=7d981ccd5b331e017aae4c92de05cf287f2f1dab;hpb=19decd4a0bdfff674f1e4f5caea1e6b6844e5e48;p=bertos.git diff --git a/bertos/drv/timer.h b/bertos/drv/timer.h index 7d981ccd..e418cec7 100644 --- a/bertos/drv/timer.h +++ b/bertos/drv/timer.h @@ -35,11 +35,10 @@ * \version $Id$ * \author Bernie Innocenti * - * $WIZARD_MODULE = { - * "name" : "timer", - * "depends" : [], - * "configuration" : "bertos/cfg/cfg_timer.h" - * } + * $WIZ$ module_name = "timer" + * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h" + * $WIZ$ module_depends = "event", "sysirq" + * $WIZ$ module_supports = "not atmega103 and not atmega8" */ #ifndef DRV_TIMER_H