diff options
Diffstat (limited to 'os/hal/src/pwm.c')
-rw-r--r-- | os/hal/src/pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/pwm.c b/os/hal/src/pwm.c index 8a009e3b5..cf619e508 100644 --- a/os/hal/src/pwm.c +++ b/os/hal/src/pwm.c @@ -61,7 +61,7 @@ void pwmInit(void) { /**
* @brief Initializes the standard part of a @p PWMDriver structure.
*
- * @param[in] pwmp pointer to a @p PWMDriver object
+ * @param[out] pwmp pointer to a @p PWMDriver object
*
* @init
*/
|