fix: typo in pwmout_api.h (pulsewitdth -> pulsewidth)

pull/15302/head
yutotnh 2022-06-22 00:00:29 +09:00
parent 6a4ba443ea
commit 7fe679c72e
No known key found for this signature in database
GPG Key ID: 4337BC8A24CA3BDC
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ void pwmout_pulsewidth_us(pwmout_t *obj, int us);
/** Read the PWM pulsewidth specified in microseconds /** Read the PWM pulsewidth specified in microseconds
* *
* @param obj The pwmout object * @param obj The pwmout object
* @return A int output pulsewitdth * @return A int output pulsewidth
*/ */
int pwmout_read_pulsewidth_us(pwmout_t *obj); int pwmout_read_pulsewidth_us(pwmout_t *obj);