Skip to content

Commit

Permalink
forgotten mcpwm ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Jun 16, 2024
1 parent 5d4187a commit 4c25ef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/drivers/hardware_specific/esp32/mcpwm_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#define MCPWM_PRIVATE_H


#if defined(ESP_H) && defined(ARDUINO_ARCH_ESP32) && defined(SOC_MCPWM_SUPPORTED) && !defined(SIMPLEFOC_ESP32_USELEDC)

#include "freertos/FreeRTOS.h"
#include "esp_intr_alloc.h"
#include "esp_heap_caps.h"
Expand Down Expand Up @@ -75,4 +77,6 @@ struct mcpwm_timer_t {
}
#endif

#endif

#endif /* MCPWM_PRIVATE_H */

0 comments on commit 4c25ef0

Please sign in to comment.