aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/meta/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/meta/driver.c')
-rw-r--r--os/hal/templates/meta/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/meta/driver.c b/os/hal/templates/meta/driver.c
index 81424d115..f75c5d380 100644
--- a/os/hal/templates/meta/driver.c
+++ b/os/hal/templates/meta/driver.c
@@ -61,7 +61,7 @@ void xxxInit(void) {
/**
* @brief Initializes the standard part of a @p XXXDriver structure.
*
- * @param[in] xxxp pointer to the @p XXXDriver object
+ * @param[out] xxxp pointer to the @p XXXDriver object
*
* @init
*/