Fix support status for ATmega103.
[bertos.git] / bertos / drv / timer.h
index 3b4ccc9e209f0b0414aeaa49addebf0869517767..0063ff4d606880ed69ccd3f2d124c1a30ba25c43 100644 (file)
@@ -37,6 +37,7 @@
  *
  * $WIZ$ module_name = "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h"
+ * $WIZ$ module_supports = "not atmega103"
  */
 
 #ifndef DRV_TIMER_H