From b920ab090fca4c5ccb7142e8332b5ae77f082a79 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 5 Feb 2011 08:01:52 +0000 Subject: Added deprecation. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2707 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/serial.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/hal/include/serial.h b/os/hal/include/serial.h index 25e046d6e..57240e78b 100644 --- a/os/hal/include/serial.h +++ b/os/hal/include/serial.h @@ -134,6 +134,7 @@ struct SerialDriver { * be used to check different channels implementations. * * @see chIOPutWouldBlock() + * @deprecated * * @api */ @@ -146,6 +147,7 @@ struct SerialDriver { * be used to check different channels implementations. * * @see chIOGetWouldBlock() + * @deprecated * * @api */ -- cgit v1.2.3