Update pwm.c
This commit is contained in:
parent
508b334fe7
commit
d38dbcaaa3
@ -186,7 +186,7 @@ int fh_pwm_probe(void *priv_data)
|
|||||||
|
|
||||||
PWM_Enable(pwm_obj, RT_FALSE);
|
PWM_Enable(pwm_obj, RT_FALSE);
|
||||||
|
|
||||||
pwm_dev = rt_calloc(sizeof(struct rt_device));
|
pwm_dev = rt_calloc(1,sizeof(struct rt_device));
|
||||||
|
|
||||||
if (pwm_dev == RT_NULL)
|
if (pwm_dev == RT_NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user