diff --git a/components/drivers/include/drivers/rt_drv_pwm.h b/components/drivers/include/drivers/rt_drv_pwm.h index 59d670714d..7a8e17b916 100644 --- a/components/drivers/include/drivers/rt_drv_pwm.h +++ b/components/drivers/include/drivers/rt_drv_pwm.h @@ -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 {