aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-05 08:01:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-05 08:01:52 +0000
commitb920ab090fca4c5ccb7142e8332b5ae77f082a79 (patch)
tree9134b85d0658f2f3b9cb3d83f6322dab95095ef1 /os
parent8e2f2c876b88f385f9673beeca6126461b07300a (diff)
downloadChibiOS-b920ab090fca4c5ccb7142e8332b5ae77f082a79.tar.gz
ChibiOS-b920ab090fca4c5ccb7142e8332b5ae77f082a79.tar.bz2
ChibiOS-b920ab090fca4c5ccb7142e8332b5ae77f082a79.zip
Added deprecation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2707 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/include/serial.h2
1 files changed, 2 insertions, 0 deletions
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
*/