X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fser.h;h=0f89d932eaa1b6b3e9f5fe854162c03a1981663e;hb=23f95752ffe03a5f0c262b1f896211aedb185dda;hp=fe05b4d5d81aa16c06cb5e9982d4379f194d31ca;hpb=4fa66632424dc460a346d369252977486708c22e;p=bertos.git diff --git a/bertos/drv/ser.h b/bertos/drv/ser.h index fe05b4d5..0f89d932 100644 --- a/bertos/drv/ser.h +++ b/bertos/drv/ser.h @@ -33,21 +33,19 @@ * * \brief High level serial I/O API. * - * \version $Id$ * \author Bernie Innocenti * * $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" + * $WIZ$ module_supports = "not atmega103 and not atmega32 and not atmega8" */ #ifndef DRV_SER_H #define DRV_SER_H -#include +#include #include #include