X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=bertos%2Fdrv%2Ftimer.h;h=6ab6cdf5b5ea2a977e0ffc7925c3c650f36a2e66;hb=a68e8a225a683ef7847f92ab89d8a202cf27973f;hp=7d981ccd5b331e017aae4c92de05cf287f2f1dab;hpb=19decd4a0bdfff674f1e4f5caea1e6b6844e5e48;p=bertos.git diff --git a/bertos/drv/timer.h b/bertos/drv/timer.h index 7d981ccd..6ab6cdf5 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" + * $WIZ$ module_supports = "not atmega103 and not atmega8" */ #ifndef DRV_TIMER_H