Update pwm.c

This commit is contained in:
David Lin
2020-03-15 07:22:34 +08:00
committed by GitHub
parent 508b334fe7
commit d38dbcaaa3

View File

@@ -186,7 +186,7 @@ int fh_pwm_probe(void *priv_data)
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)
{