Skip to content

Commit

Permalink
Update PWM.h (typo fix) (ExpressLRS#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanArkhipov1999 authored Oct 2, 2023
1 parent ec63eb8 commit 0bc0fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/PWM/PWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
extern PWMController PWM;

0 comments on commit 0bc0fa3

Please sign in to comment.