aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-30 11:59:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-30 11:59:30 +0000
commitc73b66a3cc8d7808b9c06e031c782345d358b3e9 (patch)
tree69529ccca78d25848bc6fb58fa8382463dad0863 /os/hal/platforms/LPC214x
parenta9fe14933f0a40247e4c21cf9c95becb6c4d008f (diff)
downloadChibiOS-c73b66a3cc8d7808b9c06e031c782345d358b3e9.tar.gz
ChibiOS-c73b66a3cc8d7808b9c06e031c782345d358b3e9.tar.bz2
ChibiOS-c73b66a3cc8d7808b9c06e031c782345d358b3e9.zip
White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1555 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x')
-rw-r--r--os/hal/platforms/LPC214x/serial_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC214x/serial_lld.h b/os/hal/platforms/LPC214x/serial_lld.h
index 6501db299..3e0e4200f 100644
--- a/os/hal/platforms/LPC214x/serial_lld.h
+++ b/os/hal/platforms/LPC214x/serial_lld.h
@@ -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.*/ \