From: asterix Date: Thu, 24 Jun 2010 08:30:23 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.6.0~366 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c5c1386457a0c9d4d37c8574d1626553449d4c4a;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3941 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/drv/ser_at91.h b/bertos/cpu/arm/drv/ser_at91.h index d345a9e9..4f2b4187 100644 --- a/bertos/cpu/arm/drv/ser_at91.h +++ b/bertos/cpu/arm/drv/ser_at91.h @@ -54,9 +54,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 */