Skip to content

Commit

Permalink
Correct Spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaerber committed May 20, 2014
1 parent d4a28e8 commit ae5fc96
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions Libraries/BSP/inc/bsp_serial.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**
* \file bsp_serial.h
* \brief Board support package for the user communication over UART.
* \date 2014-05-03
* \version 0.2
* \file bsp_serial.h
* \brief Board support package for the user communication over UART.
* \date 2014-05-03
* \version 0.2
* \author Kevin Gerber
*
* \addtogroup bsp
* \addtogroup bsp
* @{
*
* \addtogroup bsp_serial
* \addtogroup bsp_serial
* \brief The BSP_SERIAL module provides a function to initialize the UART
* port for the user communication. The UART will be configured in
* interrupt mode.
Expand Down
28 changes: 14 additions & 14 deletions Libraries/BSP/src/bsp_serial.c
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/**
* \file bsp_serial.c
* \brief Board support package for the user communication over UART.
* \date 2014-05-03
* \version 0.2
* \file bsp_serial.c
* \brief Board support package for the user communication over UART.
* \date 2014-05-03
* \version 0.2
* \author Kevin Gerber
*
* \note Read and write pointer overflow tested.
*
* \addtogroup bsp
* \addtogroup bsp
* @{
*
* \addtogroup bsp_serial
* \addtogroup bsp_serial
* @{
*/

Expand Down Expand Up @@ -52,10 +52,10 @@ void bsp_SerialTxIrqDisable(void);


/*
* -----------------------------------------------------------------------
* Private variables
* -----------------------------------------------------------------------
*/
* -----------------------------------------------------------------------
* Private variables
* -----------------------------------------------------------------------
*/

/**
* \brief Circular buffer manager.
Expand All @@ -64,10 +64,10 @@ static circbuff_t g_CircularBuffer;


/*
* -----------------------------------------------------------------------
* Interrupt functions
* -----------------------------------------------------------------------
*/
* -----------------------------------------------------------------------
* Interrupt functions
* -----------------------------------------------------------------------
*/

/**
* \brief This function handles USARTx global interrupt request.
Expand Down

0 comments on commit ae5fc96

Please sign in to comment.