4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 05:10:26 +08:00

文本错误

This commit is contained in:
Trisuborn 2021-01-20 23:55:57 +08:00
parent 55402e19db
commit 3bf767dfe1

View File

@ -19,7 +19,7 @@
#define PWM_CMD_SET (128 + 2)
#define PWM_CMD_GET (128 + 3)
#define PWMN_CMD_ENABLE (128 + 4)
#define PWMN_CMD_DISABLE (128 + 5)/
#define PWMN_CMD_DISABLE (128 + 5)
struct rt_pwm_configuration
{