Rename project to insert it into nightly test.
[bertos.git] / bertos / drv / ser.h
index cd81f5af7b0e2bfa74ad834b2cb60a178b9b8be4..861fdf19a4fdfda3fc014dd1f1d3f430df0e8186 100644 (file)
  *
  * \brief High level serial I/O API.
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "ser"
  * $WIZ$ module_depends = "kfile", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h"
  * $WIZ$ module_hw = "bertos/hw/hw_ser.h"
- * $WIZ$ module_supports =  "not atmega103 and not atmega32 and not atmega8"
+ * $WIZ$ module_supports =  "not atmega103 and not atmega8"
  */
 
 #ifndef DRV_SER_H