diff --git a/components/soc/include/hal/mcpwm_types.h b/components/soc/include/hal/mcpwm_types.h index ca9052de49..aac08da02d 100644 --- a/components/soc/include/hal/mcpwm_types.h +++ b/components/soc/include/hal/mcpwm_types.h @@ -81,6 +81,7 @@ typedef enum { * @brief MCPWM select capture starts from which edge */ typedef enum { - MCPWM_NEG_EDGE = BIT(0), /*!