Skip to content

Commit

Permalink
Merge branch 'bugfix/mcpwm_legacy_typo_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
mcpwm: fix typo in backward compatible macro name (v4.4)

See merge request espressif/esp-idf!24229
  • Loading branch information
suda-morris committed Jun 15, 2023
2 parents 6afa8e4 + 5ef69e8 commit 2dfabd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/driver/include/driver/mcpwm.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ typedef enum {
} mcpwm_sync_signal_t;

// backward compatibility
#define MCPWM_SELCT_SYNC0 MCPWM_SELCT_GPIO_SYNC0
#define MCPWM_SELCT_SYNC1 MCPWM_SELCT_GPIO_SYNC1
#define MCPWM_SELCT_SYNC2 MCPWM_SELCT_GPIO_SYNC2
#define MCPWM_SELECT_SYNC0 MCPWM_SELECT_GPIO_SYNC0
#define MCPWM_SELECT_SYNC1 MCPWM_SELECT_GPIO_SYNC1
#define MCPWM_SELECT_SYNC2 MCPWM_SELECT_GPIO_SYNC2

/**
* @brief MCPWM timer sync event trigger
Expand Down

0 comments on commit 2dfabd0

Please sign in to comment.