Fix support status for ATmega103.
[bertos.git] / bertos / drv / ser.h
index e7d531ad817ab7a043b73293e1894c55aa38e2de..d747ece70dbe7bd2c65c3004fc37200bda3f9fdb 100644 (file)
@@ -40,6 +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"
  */
 
 #ifndef DRV_SER_H