Fix unsupported modules.
[bertos.git] / bertos / drv / timer.h
index 0063ff4d606880ed69ccd3f2d124c1a30ba25c43..1e2b9e69c2a5d7b94a4aa6a5819029937a0409f8 100644 (file)
@@ -37,7 +37,7 @@
  *
  * $WIZ$ module_name = "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h"
- * $WIZ$ module_supports = "not atmega103"
+ * $WIZ$ module_supports = "not atmega103 and not atmega8"
  */
 
 #ifndef DRV_TIMER_H