Fix serial driver for ATMega32.
[bertos.git] / bertos / drv / ser.h
index 0f89d932eaa1b6b3e9f5fe854162c03a1981663e..861fdf19a4fdfda3fc014dd1f1d3f430df0e8186 100644 (file)
@@ -39,7 +39,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 atmega32 and not atmega8"
+ * $WIZ$ module_supports =  "not atmega103 and not atmega8"
  */
 
 #ifndef DRV_SER_H