Skip to content

Commit 0992a6c

Browse files
committed
fix: typo in PwmOut.h (pulsewith -> pulsewidth)
1 parent 236194f commit 0992a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/include/drivers/PwmOut.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ class PwmOut {
133133

134134
/** Read the PWM pulsewidth
135135
* @returns
136-
* The PWM pulsewith, specified in microseconds (int)
136+
* The PWM pulsewidth, specified in microseconds (int)
137137
*/
138138
int read_pulsewidth_us();
139139

140140
/** Read the PWM pulsewidth
141141
* @returns
142-
* The PWM pulsewith, specified in microseconds (int)
142+
* The PWM pulsewidth, specified in microseconds (int)
143143
*/
144144
MBED_DEPRECATED("use read_pulsewidth_us() instead")
145145
int read_pulsewitdth_us();

0 commit comments

Comments
 (0)