We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4187a commit 4c25ef0Copy full SHA for 4c25ef0
src/drivers/hardware_specific/esp32/mcpwm_private.h
@@ -13,6 +13,8 @@
13
#define MCPWM_PRIVATE_H
14
15
16
+#if defined(ESP_H) && defined(ARDUINO_ARCH_ESP32) && defined(SOC_MCPWM_SUPPORTED) && !defined(SIMPLEFOC_ESP32_USELEDC)
17
+
18
#include "freertos/FreeRTOS.h"
19
#include "esp_intr_alloc.h"
20
#include "esp_heap_caps.h"
@@ -75,4 +77,6 @@ struct mcpwm_timer_t {
75
77
}
76
78
#endif
79
80
+#endif
81
82
#endif /* MCPWM_PRIVATE_H */
0 commit comments