Fix support status for ATmega103.
[bertos.git] / bertos / drv / timer.h
index 7d981ccd5b331e017aae4c92de05cf287f2f1dab..0063ff4d606880ed69ccd3f2d124c1a30ba25c43 100644 (file)
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * $WIZARD_MODULE = {
- * "name" : "timer",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_timer.h"
- * }
+ * $WIZ$ module_name = "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h"
+ * $WIZ$ module_supports = "not atmega103"
  */
 
 #ifndef DRV_TIMER_H