Fix unsupported modules.
[bertos.git] / bertos / drv / ser.h
index d747ece70dbe7bd2c65c3004fc37200bda3f9fdb..0c61df4e52a28c8b4c368087c946022caf6c94ee 100644 (file)
@@ -40,7 +40,8 @@
  * $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"
+ * $WIZ$ module_supports =  "not atmega103 and not atmega168 "
+ * $WIZ$ module_supports += "and not atmega32 and not atmega8"
  */
 
 #ifndef DRV_SER_H