diff options
Diffstat (limited to 'os/hal/src/mac.c')
-rw-r--r-- | os/hal/src/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/mac.c b/os/hal/src/mac.c index 89d6a689b..48656a8a3 100644 --- a/os/hal/src/mac.c +++ b/os/hal/src/mac.c @@ -65,7 +65,7 @@ void macInit(void) { /**
* @brief Initialize the standard part of a @p MACDriver structure.
*
- * @param[in] macp pointer to the @p MACDriver object
+ * @param[out] macp pointer to the @p MACDriver object
*
* @init
*/
|