From c73b66a3cc8d7808b9c06e031c782345d358b3e9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 30 Jan 2010 11:59:30 +0000 Subject: White space fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1555 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC214x/serial_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/platforms/LPC214x') 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.*/ \ -- cgit v1.2.3