Added deprecation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2707 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
8e2f2c876b
commit
b920ab090f
|
@ -134,6 +134,7 @@ struct SerialDriver {
|
||||||
* be used to check different channels implementations.
|
* be used to check different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOPutWouldBlock()
|
* @see chIOPutWouldBlock()
|
||||||
|
* @deprecated
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -146,6 +147,7 @@ struct SerialDriver {
|
||||||
* be used to check different channels implementations.
|
* be used to check different channels implementations.
|
||||||
*
|
*
|
||||||
* @see chIOGetWouldBlock()
|
* @see chIOGetWouldBlock()
|
||||||
|
* @deprecated
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue