From 0bc0fa3a6fa9733f56c7795d26ca5eb1f9ee8e61 Mon Sep 17 00:00:00 2001 From: Arkhipov Ivan Date: Mon, 2 Oct 2023 04:30:34 +0300 Subject: [PATCH] Update PWM.h (typo fix) (#2427) --- src/lib/PWM/PWM.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/PWM/PWM.h b/src/lib/PWM/PWM.h index ec62f1959e..d92e06b0ef 100644 --- a/src/lib/PWM/PWM.h +++ b/src/lib/PWM/PWM.h @@ -34,9 +34,9 @@ class PWMController * @brief Set the output PWM signal high for the supplied microseconds * * @param channel the channel to adjust the signal on - * @param microseconds the high time in microsends + * @param microseconds the high time in microseconds */ void setMicroseconds(pwm_channel_t channel, uint16_t microseconds); }; -extern PWMController PWM; \ No newline at end of file +extern PWMController PWM;