aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-29 09:02:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-29 09:02:32 +0000
commit472f46293749bebedeb775d040a22f64c4bfc7cc (patch)
treefa29f6eea5a7b77508d29dc98847be4d67fbbb62 /os
parent0ca3f3eb1f9247c9f3168f46bf5d5056c3f012ee (diff)
downloadChibiOS-472f46293749bebedeb775d040a22f64c4bfc7cc.tar.gz
ChibiOS-472f46293749bebedeb775d040a22f64c4bfc7cc.tar.bz2
ChibiOS-472f46293749bebedeb775d040a22f64c4bfc7cc.zip
Removed obsolete macro from serial driver header.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2689 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/include/serial.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/os/hal/include/serial.h b/os/hal/include/serial.h
index d67c3079a..f7798e682 100644
--- a/os/hal/include/serial.h
+++ b/os/hal/include/serial.h
@@ -279,19 +279,6 @@ struct SerialDriver {
#define sdAsynchronousRead(sdp, b, n) \
chIQReadTimeout(&(sdp)->iqueue, b, n, TIME_IMMEDIATE)
-/**
- * @brief Returns the status change event source.
- * @details The status change event source is broadcasted when the channel
- * status is updated, the status flags can then be fetched and
- * cleared by using @p sdGetAndClearFlags().
- *
- * @param[in] ip pointer to a @p SerialDriver object
- * @return A pointer to an @p EventSource object.
- *
- * @api
- */
-#define sdGetStatusChangeEventSource(ip) (&((ip)->vmt->sevent))
-
/*===========================================================================*/
/* External declarations. */
/*===========================================================================*/