drivers/candev: fix non matching argument in doc

This commit is contained in:
Alexandre Abadie 2022-01-03 09:51:40 +01:00
parent fadb4d9e6c
commit 7ce1894da9
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -63,7 +63,7 @@ typedef struct candev candev_t;
* @brief Event callback for signaling event to upper layers
*
* @param[in] dev CAN device descriptor
* @param[in] type type of the event
* @param[in] event type of the event
* @param[in] arg event argument
*/
typedef void (*candev_event_cb_t)(candev_t *dev, candev_event_t event, void *arg);