fix(mcpwm): the wrong pm lock type on esp32 and esp32s3

This commit is contained in:
morris
2025-04-08 17:35:04 +08:00
parent f8284e1733
commit b095331a51
29 changed files with 133 additions and 252 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ extern "C" {
#if SOC_MCPWM_SUPPORTED
typedef struct {
struct {
const periph_module_t module; // Peripheral module
const char *module_name;
const int irq_id;
struct {
struct {