Add missing dependency (fix bug #60).
[bertos.git] / bertos / drv / timer.h
index 0063ff4d606880ed69ccd3f2d124c1a30ba25c43..6ab6cdf5b5ea2a977e0ffc7925c3c650f36a2e66 100644 (file)
@@ -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"
+ * $WIZ$ module_supports = "not atmega103 and not atmega8"
  */
 
 #ifndef DRV_TIMER_H