aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-13 06:30:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-13 06:30:44 +0000
commit6627768bdfe33da4ce19730007a91061120b513c (patch)
treebd2c522c9ce0f40d7c062f56cfd8bde4f7028e30 /os/hal
parent24aaa7e2c950d96aae7d6e123b676a200b3b4ee5 (diff)
downloadChibiOS-6627768bdfe33da4ce19730007a91061120b513c.tar.gz
ChibiOS-6627768bdfe33da4ce19730007a91061120b513c.tar.bz2
ChibiOS-6627768bdfe33da4ce19730007a91061120b513c.zip
Fixed some obsolete references.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5952 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/include/serial.h22
1 files changed, 10 insertions, 12 deletions
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
*/