White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1555 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a9fe14933f
commit
c73b66a3cc
|
@ -102,7 +102,7 @@ typedef struct {
|
||||||
* @brief @p SerialDriver specific data.
|
* @brief @p SerialDriver specific data.
|
||||||
*/
|
*/
|
||||||
#define _serial_driver_data \
|
#define _serial_driver_data \
|
||||||
_base_asynchronous_channel_data; \
|
_base_asynchronous_channel_data \
|
||||||
/* Driver state.*/ \
|
/* Driver state.*/ \
|
||||||
sdstate_t state; \
|
sdstate_t state; \
|
||||||
/* Current configuration data.*/ \
|
/* Current configuration data.*/ \
|
||||||
|
|
|
@ -88,7 +88,7 @@ typedef struct {
|
||||||
* @brief @p SerialDriver specific data.
|
* @brief @p SerialDriver specific data.
|
||||||
*/
|
*/
|
||||||
#define _serial_driver_data \
|
#define _serial_driver_data \
|
||||||
_base_asynchronous_channel_data; \
|
_base_asynchronous_channel_data \
|
||||||
/* Driver state.*/ \
|
/* Driver state.*/ \
|
||||||
sdstate_t state; \
|
sdstate_t state; \
|
||||||
/* Current configuration data.*/ \
|
/* Current configuration data.*/ \
|
||||||
|
|
|
@ -123,7 +123,7 @@ typedef struct {
|
||||||
* @brief @p SerialDriver specific data.
|
* @brief @p SerialDriver specific data.
|
||||||
*/
|
*/
|
||||||
#define _serial_driver_data \
|
#define _serial_driver_data \
|
||||||
_base_asynchronous_channel_data; \
|
_base_asynchronous_channel_data \
|
||||||
/* Driver state.*/ \
|
/* Driver state.*/ \
|
||||||
sdstate_t state; \
|
sdstate_t state; \
|
||||||
/* Current configuration data.*/ \
|
/* Current configuration data.*/ \
|
||||||
|
|
|
@ -107,7 +107,7 @@ typedef struct {
|
||||||
* @brief @p SerialDriver specific data.
|
* @brief @p SerialDriver specific data.
|
||||||
*/
|
*/
|
||||||
#define _serial_driver_data \
|
#define _serial_driver_data \
|
||||||
_base_asynchronous_channel_data; \
|
_base_asynchronous_channel_data \
|
||||||
/* Driver state.*/ \
|
/* Driver state.*/ \
|
||||||
sdstate_t state; \
|
sdstate_t state; \
|
||||||
/* Current configuration data.*/ \
|
/* Current configuration data.*/ \
|
||||||
|
|
|
@ -92,7 +92,7 @@ typedef struct {
|
||||||
* @brief @p SerialDriver specific data.
|
* @brief @p SerialDriver specific data.
|
||||||
*/
|
*/
|
||||||
#define _serial_driver_data \
|
#define _serial_driver_data \
|
||||||
_base_asynchronous_channel_data; \
|
_base_asynchronous_channel_data \
|
||||||
/* Driver state.*/ \
|
/* Driver state.*/ \
|
||||||
sdstate_t state; \
|
sdstate_t state; \
|
||||||
/* Current configuration data.*/ \
|
/* Current configuration data.*/ \
|
||||||
|
|
|
@ -171,7 +171,7 @@ typedef struct {
|
||||||
* @brief @p SerialDriver specific data.
|
* @brief @p SerialDriver specific data.
|
||||||
*/
|
*/
|
||||||
#define _serial_driver_data \
|
#define _serial_driver_data \
|
||||||
_base_asynchronous_channel_data; \
|
_base_asynchronous_channel_data \
|
||||||
/* Driver state.*/ \
|
/* Driver state.*/ \
|
||||||
sdstate_t state; \
|
sdstate_t state; \
|
||||||
/* Current configuration data.*/ \
|
/* Current configuration data.*/ \
|
||||||
|
|
|
@ -103,7 +103,7 @@ typedef struct {
|
||||||
* @brief @p SerialDriver specific data.
|
* @brief @p SerialDriver specific data.
|
||||||
*/
|
*/
|
||||||
#define _serial_driver_data \
|
#define _serial_driver_data \
|
||||||
_base_asynchronous_channel_data; \
|
_base_asynchronous_channel_data \
|
||||||
/* Driver state.*/ \
|
/* Driver state.*/ \
|
||||||
sdstate_t state; \
|
sdstate_t state; \
|
||||||
/* Current configuration data.*/ \
|
/* Current configuration data.*/ \
|
||||||
|
|
Loading…
Reference in New Issue