diff options
Diffstat (limited to 'os/hal/src/pwm.c')
-rw-r--r-- | os/hal/src/pwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/src/pwm.c b/os/hal/src/pwm.c index 3aeec1309..4b797da0c 100644 --- a/os/hal/src/pwm.c +++ b/os/hal/src/pwm.c @@ -20,6 +20,7 @@ /**
* @file pwm.c
* @brief PWM Driver code.
+ *
* @addtogroup PWM
* @{
*/
@@ -104,6 +105,7 @@ void pwmStop(PWMDriver *pwmp) { /**
* @brief Enables a PWM channel.
+ * @details Programs (or reprograms) a PWM channel.
*
* @param[in] pwmp pointer to a @p PWMDriver object
* @param[in] channel PWM channel identifier
|