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.
|
||||
*/
|
||||
#define _serial_driver_data \
|
||||
_base_asynchronous_channel_data; \
|
||||
_base_asynchronous_channel_data \
|
||||
/* Driver state.*/ \
|
||||
sdstate_t state; \
|
||||
/* Current configuration data.*/ \
|
||||
|
|
|
@ -88,7 +88,7 @@ typedef struct {
|
|||
* @brief @p SerialDriver specific data.
|
||||
*/
|
||||
#define _serial_driver_data \
|
||||
_base_asynchronous_channel_data; \
|
||||
_base_asynchronous_channel_data \
|
||||
/* Driver state.*/ \
|
||||
sdstate_t state; \
|
||||
/* Current configuration data.*/ \
|
||||
|
|
|
@ -123,7 +123,7 @@ typedef struct {
|
|||
* @brief @p SerialDriver specific data.
|
||||
*/
|
||||
#define _serial_driver_data \
|
||||
_base_asynchronous_channel_data; \
|
||||
_base_asynchronous_channel_data \
|
||||
/* Driver state.*/ \
|
||||
sdstate_t state; \
|
||||
/* Current configuration data.*/ \
|
||||
|
|
|
@ -107,7 +107,7 @@ typedef struct {
|
|||
* @brief @p SerialDriver specific data.
|
||||
*/
|
||||
#define _serial_driver_data \
|
||||
_base_asynchronous_channel_data; \
|
||||
_base_asynchronous_channel_data \
|
||||
/* Driver state.*/ \
|
||||
sdstate_t state; \
|
||||
/* Current configuration data.*/ \
|
||||
|
|
|
@ -92,7 +92,7 @@ typedef struct {
|
|||
* @brief @p SerialDriver specific data.
|
||||
*/
|
||||
#define _serial_driver_data \
|
||||
_base_asynchronous_channel_data; \
|
||||
_base_asynchronous_channel_data \
|
||||
/* Driver state.*/ \
|
||||
sdstate_t state; \
|
||||
/* Current configuration data.*/ \
|
||||
|
|
|
@ -171,7 +171,7 @@ typedef struct {
|
|||
* @brief @p SerialDriver specific data.
|
||||
*/
|
||||
#define _serial_driver_data \
|
||||
_base_asynchronous_channel_data; \
|
||||
_base_asynchronous_channel_data \
|
||||
/* Driver state.*/ \
|
||||
sdstate_t state; \
|
||||
/* Current configuration data.*/ \
|
||||
|
|
|
@ -103,7 +103,7 @@ typedef struct {
|
|||
* @brief @p SerialDriver specific data.
|
||||
*/
|
||||
#define _serial_driver_data \
|
||||
_base_asynchronous_channel_data; \
|
||||
_base_asynchronous_channel_data \
|
||||
/* Driver state.*/ \
|
||||
sdstate_t state; \
|
||||
/* Current configuration data.*/ \
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
* @brief @p BaseChannel virtual methods table.
|
||||
*/
|
||||
struct BaseChannelVMT { \
|
||||
_base_channel_methods \
|
||||
_base_channel_methods \
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -209,7 +209,7 @@ typedef struct {
|
|||
* @brief @p BaseAsynchronousChannel specific data.
|
||||
*/
|
||||
#define _base_asynchronous_channel_data \
|
||||
_base_channel_data \
|
||||
_base_channel_data \
|
||||
/* Data Available EventSource.*/ \
|
||||
EventSource ievent; \
|
||||
/* Data Transmitted EventSource.*/ \
|
||||
|
|
Loading…
Reference in New Issue