diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-09 10:39:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-09 10:39:16 +0000 |
commit | b4319d0aab553542c83bafad69f4224065cc6142 (patch) | |
tree | 6fe13929923a1cd2e1c21dd36e4d74140373a4b2 /os/hal/platforms | |
parent | 700b05269e497d468e095b55bb562659d7b9a7e3 (diff) | |
download | ChibiOS-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')
-rw-r--r-- | os/hal/platforms/LPC214x/serial_lld.h | 5 |
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.
|