X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fser_at91.h;h=f7eb9869cea2df9d615a05016003f6e53287b092;hb=9f1e77249c5475b19340e46b9903c66da6c6c937;hp=d345a9e99ffb51b3620491b0e574c495a0e1cdf7;hpb=32eebaf8bf80d1ffd417bfe6d2c34e6cd3684f87;p=bertos.git diff --git a/bertos/cpu/arm/drv/ser_at91.h b/bertos/cpu/arm/drv/ser_at91.h index d345a9e9..f7eb9869 100644 --- a/bertos/cpu/arm/drv/ser_at91.h +++ b/bertos/cpu/arm/drv/ser_at91.h @@ -33,7 +33,6 @@ * * \brief High level serial I/O API * - * \version $Id$ * \author Daniele Basile */ @@ -54,9 +53,9 @@ typedef uint32_t serstatus_t; #define SERRF_TXTIMEOUT BV(2) /**< Transmit timeout */ /* - * Hardware errors. - * These flags map directly to the ARM USART Channel Status Register (US_CSR). - */ + * Hardware errors. + * These flags map directly to the ARM USART Channel Status Register (US_CSR). + */ #define SERRF_RXSROVERRUN BV(5) /**< Rx shift register overrun */ #define SERRF_FRAMEERROR BV(6) /**< Stop bit missing */ #define SERRF_PARITYERROR BV(7) /**< Parity error */