X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fser.h;h=0c61df4e52a28c8b4c368087c946022caf6c94ee;hb=81f2387d160fee072af03291b5682a06f5b807cd;hp=cf705aaf86256c16f481e2b5f037675cbeec7ba6;hpb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;p=bertos.git diff --git a/bertos/drv/ser.h b/bertos/drv/ser.h index cf705aaf..0c61df4e 100644 --- a/bertos/drv/ser.h +++ b/bertos/drv/ser.h @@ -39,6 +39,9 @@ * $WIZ$ module_name = "ser" * $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" */ #ifndef DRV_SER_H