From 472f46293749bebedeb775d040a22f64c4bfc7cc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 29 Jan 2011 09:02:32 +0000 Subject: 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 --- os/hal/include/serial.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'os/hal') 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. */ /*===========================================================================*/ -- cgit v1.2.3