mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-04 21:55:28 +08:00
components: drivers: misc: pwm: Missing "pwm1" here.
This commit is contained in:
parent
35e035b8b1
commit
12eacb8df6
@ -259,7 +259,7 @@ static int pwm_set(int argc, char **argv)
|
|||||||
_exit:
|
_exit:
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
MSH_CMD_EXPORT(pwm_set, pwm_set 1 100 50);
|
MSH_CMD_EXPORT(pwm_set, pwm_set pwm1 1 100 50);
|
||||||
|
|
||||||
#endif /* FINSH_USING_MSH */
|
#endif /* FINSH_USING_MSH */
|
||||||
#endif /* RT_USING_FINSH */
|
#endif /* RT_USING_FINSH */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user