diff options
Diffstat (limited to 'os/hal/dox/pwm.dox')
-rw-r--r-- | os/hal/dox/pwm.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/dox/pwm.dox b/os/hal/dox/pwm.dox index 3f2bdfd71..fbf61ca9f 100644 --- a/os/hal/dox/pwm.dox +++ b/os/hal/dox/pwm.dox @@ -21,7 +21,8 @@ /**
* @defgroup PWM PWM Driver
* @brief Generic PWM Driver.
- * @details This module implements a generic PWM driver.
+ * @details This module implements a generic PWM (Pulse Width Modulation)
+ * driver.
* @pre In order to use the PWM driver the @p HAL_USE_PWM option
* must be enabled in @p halconf.h.
*
|