diff options
Diffstat (limited to 'os/hal/templates/pwm_lld.c')
-rw-r--r-- | os/hal/templates/pwm_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/pwm_lld.c b/os/hal/templates/pwm_lld.c index 18d03d68c..2c1d26070 100644 --- a/os/hal/templates/pwm_lld.c +++ b/os/hal/templates/pwm_lld.c @@ -19,7 +19,7 @@ /**
* @file templates/pwm_lld.c
- * @brief PWM Driver subsystem low level driver source template
+ * @brief PWM Driver subsystem low level driver source template.
* @addtogroup PWM_LLD
* @{
*/
|