Fixed some obsolete references.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5952 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-07-13 06:30:44 +00:00
parent 24aaa7e2c9
commit 6627768bdf
1 changed files with 10 additions and 12 deletions

View File

@ -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
*/