X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Ftimer.h;h=e418cec7e15979cd2f721a4f6fbdd2a2ad81278e;hb=14fa0557efbbcd5e444ae2566647128d62bdc93d;hp=0063ff4d606880ed69ccd3f2d124c1a30ba25c43;hpb=85760a6e32e79740c1af4ca58710478bebb48cf6;p=bertos.git diff --git a/bertos/drv/timer.h b/bertos/drv/timer.h index 0063ff4d..e418cec7 100644 --- a/bertos/drv/timer.h +++ b/bertos/drv/timer.h @@ -37,7 +37,8 @@ * * $WIZ$ module_name = "timer" * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h" - * $WIZ$ module_supports = "not atmega103" + * $WIZ$ module_depends = "event", "sysirq" + * $WIZ$ module_supports = "not atmega103 and not atmega8" */ #ifndef DRV_TIMER_H