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 ec5bd65be..8a009e3b5 100644 --- a/os/hal/src/pwm.c +++ b/os/hal/src/pwm.c @@ -48,6 +48,8 @@ /**
* @brief PWM Driver initialization.
+ * @note This function is implicitly invoked by @p halInit(), there is
+ * no need to explicitly initialize the driver.
*
* @init
*/
|