Skip to content

Commit 31dc9ca

Browse files
committed
try to fix espidf build
1 parent 13b4b32 commit 31dc9ca

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
idf_component_register(
2-
SRC_DIRS "src"
3-
INCLUDE_DIRS "src"
2+
SRC_DIRS "src" "src/pd_esp32"
3+
INCLUDE_DIRS "src" "src/pd_esp32"
44
REQUIRES
55
esp_driver_gpio
66
esp_driver_rmt

src/StepperISR.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include "fas_arch/common.h"
55
#include "fas_queue/base.h"
66

7-
// Here are the global variables to interface with the interrupts
8-
97
#if defined(SUPPORT_AVR)
108
#include "pd_avr/avr_queue.h"
119
#elif defined(TEST)

0 commit comments

Comments
 (0)