From 4682a4476ec53884628b1a2b61457938f5914038 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 8 Dec 2009 09:06:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1391 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/src') diff --git a/os/hal/src/can.c b/os/hal/src/can.c index 7359e57b7..e48095bc0 100644 --- a/os/hal/src/can.c +++ b/os/hal/src/can.c @@ -150,7 +150,7 @@ msg_t canTransmit(CANDriver *canp, const CANTxFrame *ctfp, systime_t timeout) { * @note Trying to receive while in sleep mode simply enqueues the thread. * * @param[in] canp pointer to the @p CANDriver object - * @param[out] cfp pointer to the buffer where the CAN frame is copied + * @param[out] crfp pointer to the buffer where the CAN frame is copied * @param[in] timeout the number of ticks before the operation timeouts, * the following special values are allowed: * - @a TIME_IMMEDIATE immediate timeout (useful in an -- cgit v1.2.3