From ff333430f1317247299863b592293faa7799e0a4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 9 Jan 2011 10:10:39 +0000 Subject: Serial driver changes, bug 3153550 fixed. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2625 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/MSP430/serial_lld.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'os/hal/platforms/MSP430/serial_lld.h') diff --git a/os/hal/platforms/MSP430/serial_lld.h b/os/hal/platforms/MSP430/serial_lld.h index 4803ace6e..42788abcf 100644 --- a/os/hal/platforms/MSP430/serial_lld.h +++ b/os/hal/platforms/MSP430/serial_lld.h @@ -64,11 +64,6 @@ /* Driver data structures and types. */ /*===========================================================================*/ -/** - * @brief Serial Driver condition flags type. - */ -typedef uint8_t sdflags_t; - /** * @brief MSP430 Serial Driver configuration structure. * @details An instance of this structure must be passed to @p sdStart() @@ -100,10 +95,6 @@ typedef struct { InputQueue iqueue; \ /* Output queue.*/ \ OutputQueue oqueue; \ - /* Status Change @p EventSource.*/ \ - EventSource sevent; \ - /* I/O driver status flags.*/ \ - sdflags_t flags; \ /* Input circular buffer.*/ \ uint8_t ib[SERIAL_BUFFERS_SIZE]; \ /* Output circular buffer.*/ \ -- cgit v1.2.3