X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fser.h;h=0c61df4e52a28c8b4c368087c946022caf6c94ee;hb=81f2387d160fee072af03291b5682a06f5b807cd;hp=d747ece70dbe7bd2c65c3004fc37200bda3f9fdb;hpb=85760a6e32e79740c1af4ca58710478bebb48cf6;p=bertos.git diff --git a/bertos/drv/ser.h b/bertos/drv/ser.h index d747ece7..0c61df4e 100644 --- a/bertos/drv/ser.h +++ b/bertos/drv/ser.h @@ -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