Skip to content

Commit 7fe679c

Browse files
committed
fix: typo in pwmout_api.h (pulsewitdth -> pulsewidth)
1 parent 6a4ba44 commit 7fe679c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/include/hal/pwmout_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ void pwmout_pulsewidth_us(pwmout_t *obj, int us);
158158
/** Read the PWM pulsewidth specified in microseconds
159159
*
160160
* @param obj The pwmout object
161-
* @return A int output pulsewitdth
161+
* @return A int output pulsewidth
162162
*/
163163
int pwmout_read_pulsewidth_us(pwmout_t *obj);
164164

0 commit comments

Comments
 (0)