From c5c1386457a0c9d4d37c8574d1626553449d4c4a Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 24 Jun 2010 08:30:23 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3941 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/drv/ser_at91.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.25.1