mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Merge branch 'refactor/add_dfs_init_auto_test' into 'master'
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3 See merge request espressif/esp-idf!38934
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
const mcpwm_signal_conn_t mcpwm_periph_signals = {
|
||||
.groups = {
|
||||
[0] = {
|
||||
.module = PERIPH_PWM0_MODULE,
|
||||
.module_name = "MCPWM0",
|
||||
.irq_id = ETS_PWM0_INTR_SOURCE,
|
||||
.operators = {
|
||||
[0] = {
|
||||
@@ -80,7 +80,7 @@ const mcpwm_signal_conn_t mcpwm_periph_signals = {
|
||||
}
|
||||
},
|
||||
[1] = {
|
||||
.module = PERIPH_PWM1_MODULE,
|
||||
.module_name = "MCPWM1",
|
||||
.irq_id = ETS_PWM1_INTR_SOURCE,
|
||||
.operators = {
|
||||
[0] = {
|
||||
|
Reference in New Issue
Block a user