aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/pwm.c')
-rw-r--r--os/hal/src/pwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/src/pwm.c b/os/hal/src/pwm.c
index 95c3f4750..79cc73b30 100644
--- a/os/hal/src/pwm.c
+++ b/os/hal/src/pwm.c
@@ -117,7 +117,7 @@ void pwmStop(PWMDriver *pwmp) {
* @details Programs (or reprograms) a PWM channel.
*
* @param[in] pwmp pointer to a @p PWMDriver object
- * @param[in] channel PWM channel identifier
+ * @param[in] channel PWM channel identifier (0...PWM_CHANNELS-1])
* @param[in] width PWM pulse width as clock pulses number
*
* @api
@@ -142,7 +142,7 @@ void pwmEnableChannel(PWMDriver *pwmp,
* idle state.
*
* @param[in] pwmp pointer to a @p PWMDriver object
- * @param[in] channel PWM channel identifier
+ * @param[in] channel PWM channel identifier (0...PWM_CHANNELS-1])
*
* @api
*/