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/STM32/serial_lld.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'os/hal/platforms/STM32/serial_lld.h') diff --git a/os/hal/platforms/STM32/serial_lld.h b/os/hal/platforms/STM32/serial_lld.h index 5d7d80c11..d16e1923d 100644 --- a/os/hal/platforms/STM32/serial_lld.h +++ b/os/hal/platforms/STM32/serial_lld.h @@ -152,11 +152,6 @@ /* Driver data structures and types. */ /*===========================================================================*/ -/** - * @brief Serial Driver condition flags type. - */ -typedef uint32_t sdflags_t; - /** * @brief STM32 Serial Driver configuration structure. * @details An instance of this structure must be passed to @p sdStart() @@ -195,10 +190,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