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 cc3393d commit d243cbfCopy full SHA for d243cbf
src/drivers/hardware_specific/esp32_mcu.cpp
@@ -1,6 +1,6 @@
1
#include "../hardware_api.h"
2
3
-#if defined(ESP_H) && defined(ARDUINO_ARCH_ESP32) && defined(SOC_MCPWM_SUPPORTED)
+#if defined(ESP_H) && defined(ARDUINO_ARCH_ESP32) && defined(SOC_MCPWM_SUPPORTED) && !defined(SIMPLEFOC_ESP32_USELEDC)
4
5
#include "driver/mcpwm.h"
6
#include "soc/mcpwm_reg.h"
0 commit comments