Reformat.
[bertos.git] / bertos / cpu / arm / drv / ser_at91.h
index d345a9e99ffb51b3620491b0e574c495a0e1cdf7..4f2b4187a23f4529b93bf8e67db36cb3ed99c8ed 100644 (file)
@@ -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 */