X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer.h;h=e418cec7e15979cd2f721a4f6fbdd2a2ad81278e;hb=d43c956fc9313bda9ddbd2cc66d910e22dc7a9c5;hp=3b4ccc9e209f0b0414aeaa49addebf0869517767;hpb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;p=bertos.git diff --git a/bertos/drv/timer.h b/bertos/drv/timer.h index 3b4ccc9e..e418cec7 100644 --- a/bertos/drv/timer.h +++ b/bertos/drv/timer.h @@ -37,6 +37,8 @@ * * $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