From cff78c94104216672da2d814a4c51a7df80cf7a4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 20 Sep 2022 12:30:02 +0000 Subject: [PATCH] Fixed documentation error. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15795 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/include/hal_mac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/include/hal_mac.h b/os/hal/include/hal_mac.h index 28dde947a..c3a02d5af 100644 --- a/os/hal/include/hal_mac.h +++ b/os/hal/include/hal_mac.h @@ -86,7 +86,7 @@ typedef struct MACDriver MACDriver; * @{ */ /** - * @brief Enables the zero-copy API. + * @brief Returns the driver events source. * * @param[in] macp pointer to the @p MACDriver object * @return The pointer to the @p EventSource structure.