mirror of https://github.com/ARMmbed/mbed-os.git
fix: typo in pwmout_api.h (pulsewitdth -> pulsewidth)
parent
6a4ba443ea
commit
7fe679c72e
|
@ -158,7 +158,7 @@ void pwmout_pulsewidth_us(pwmout_t *obj, int us);
|
|||
/** Read the PWM pulsewidth specified in microseconds
|
||||
*
|
||||
* @param obj The pwmout object
|
||||
* @return A int output pulsewitdth
|
||||
* @return A int output pulsewidth
|
||||
*/
|
||||
int pwmout_read_pulsewidth_us(pwmout_t *obj);
|
||||
|
||||
|
|
Loading…
Reference in New Issue