Add configurable options for HD44780 LCD display columns and rows.
[bertos.git] / bertos / drv / ser.h
index fe05b4d5d81aa16c06cb5e9982d4379f194d31ca..226d9e0c9cdd6c350a8b8271cf4e074b8c667031 100644 (file)
@@ -40,8 +40,7 @@
  * $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 atmega168 "
- * $WIZ$ module_supports += "and not atmega32 and not atmega8"
+ * $WIZ$ module_supports =  "not atmega103 and not atmega32 and not atmega8"
  */
 
 #ifndef DRV_SER_H