From 6627768bdfe33da4ce19730007a91061120b513c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Jul 2013 06:30:44 +0000 Subject: Fixed some obsolete references. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5952 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/serial.h | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'os/hal') diff --git a/os/hal/include/serial.h b/os/hal/include/serial.h index a44e10cac..213a3c132 100644 --- a/os/hal/include/serial.h +++ b/os/hal/include/serial.h @@ -145,7 +145,6 @@ struct SerialDriver { * checks directly the output queue. This is faster but cannot * be used to check different channels implementations. * - * @see chIOPutWouldBlock() * @deprecated * * @api @@ -158,7 +157,6 @@ struct SerialDriver { * checks directly the input queue. This is faster but cannot * be used to check different channels implementations. * - * @see chIOGetWouldBlock() * @deprecated * * @api @@ -171,7 +169,7 @@ struct SerialDriver { * writes directly on the output queue. This is faster but cannot * be used to write to different channels implementations. * - * @see chIOPut() + * @see chnPutTimeout() * * @api */ @@ -183,7 +181,7 @@ struct SerialDriver { * writes directly on the output queue. This is faster but cannot * be used to write to different channels implementations. * - * @see chIOPutTimeout() + * @see chnPutTimeout() * * @api */ @@ -195,7 +193,7 @@ struct SerialDriver { * reads directly from the input queue. This is faster but cannot * be used to read from different channels implementations. * - * @see chIOGet() + * @see chnGetTimeout() * * @api */ @@ -207,7 +205,7 @@ struct SerialDriver { * reads directly from the input queue. This is faster but cannot * be used to read from different channels implementations. * - * @see chIOGetTimeout() + * @see chnGetTimeout() * * @api */ @@ -219,7 +217,7 @@ struct SerialDriver { * writes directly to the output queue. This is faster but cannot * be used to write from different channels implementations. * - * @see chIOWriteTimeout() + * @see chnWrite() * * @api */ @@ -233,7 +231,7 @@ struct SerialDriver { * writes directly to the output queue. This is faster but cannot * be used to write to different channels implementations. * - * @see chIOWriteTimeout() + * @see chnWriteTimeout() * * @api */ @@ -246,7 +244,7 @@ struct SerialDriver { * writes directly to the output queue. This is faster but cannot * be used to write to different channels implementations. * - * @see chIOWriteTimeout() + * @see chnWriteTimeout() * * @api */ @@ -259,7 +257,7 @@ struct SerialDriver { * reads directly from the input queue. This is faster but cannot * be used to read from different channels implementations. * - * @see chIOReadTimeout() + * @see chnRead() * * @api */ @@ -273,7 +271,7 @@ struct SerialDriver { * reads directly from the input queue. This is faster but cannot * be used to read from different channels implementations. * - * @see chIOReadTimeout() + * @see chnReadTimeout() * * @api */ @@ -286,7 +284,7 @@ struct SerialDriver { * reads directly from the input queue. This is faster but cannot * be used to read from different channels implementations. * - * @see chIOReadTimeout() + * @see chnReadTimeout() * * @api */ -- cgit v1.2.3