[bsp] fix the return of the function(drv_pwm_control) in stm32 drv_pwm
This commit is contained in:
parent
14722a4853
commit
315c25883c
|
@ -396,7 +396,7 @@ static rt_err_t drv_pwm_control(struct rt_device_pwm *device, int cmd, void *arg
|
||||||
case PWM_CMD_GET:
|
case PWM_CMD_GET:
|
||||||
return drv_pwm_get(htim, configuration);
|
return drv_pwm_get(htim, configuration);
|
||||||
default:
|
default:
|
||||||
return RT_EINVAL;
|
return -RT_EINVAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue