diff options
Diffstat (limited to 'os/hal/src/can.c')
-rw-r--r-- | os/hal/src/can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/can.c b/os/hal/src/can.c index 22f816e73..d63cbfd8a 100644 --- a/os/hal/src/can.c +++ b/os/hal/src/can.c @@ -61,7 +61,7 @@ void canInit(void) { /**
* @brief Initializes the standard part of a @p CANDriver structure.
*
- * @param[in] canp pointer to the @p CANDriver object
+ * @param[out] canp pointer to the @p CANDriver object
*
* @init
*/
|