aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 10:39:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-09 10:39:16 +0000
commitb4319d0aab553542c83bafad69f4224065cc6142 (patch)
tree6fe13929923a1cd2e1c21dd36e4d74140373a4b2 /os/hal/platforms/LPC214x
parent700b05269e497d468e095b55bb562659d7b9a7e3 (diff)
downloadChibiOS-b4319d0aab553542c83bafad69f4224065cc6142.tar.gz
ChibiOS-b4319d0aab553542c83bafad69f4224065cc6142.tar.bz2
ChibiOS-b4319d0aab553542c83bafad69f4224065cc6142.zip
Removed some instances of sdflags_t.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2627 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x')
-rw-r--r--os/hal/platforms/LPC214x/serial_lld.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/platforms/LPC214x/serial_lld.h b/os/hal/platforms/LPC214x/serial_lld.h
index f14b9524b..4dac88f20 100644
--- a/os/hal/platforms/LPC214x/serial_lld.h
+++ b/os/hal/platforms/LPC214x/serial_lld.h
@@ -96,11 +96,6 @@
/*===========================================================================*/
/**
- * @brief Serial Driver condition flags type.
- */
-typedef uint32_t sdflags_t;
-
-/**
* @brief LPC214x Serial Driver configuration structure.
* @details An instance of this structure must be passed to @p sdStart()
* in order to configure and start a serial driver operations.