Skip to content

Commit

Permalink
Test ESP32 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
teemuatlut committed Jun 8, 2019
1 parent 69b2eb2 commit 0d11a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TMCStepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <Arduino.h>
#endif

#define SW_CAPABLE_PLATFORM defined(__AVR__) || defined(TARGET_LPC1768)
#define SW_CAPABLE_PLATFORM defined(__AVR__) || defined(TARGET_LPC1768) || defined(ARDUINO_ARCH_ESP32)

#include <Stream.h>
#include <SPI.h>
Expand Down

0 comments on commit 0d11a14

Please sign in to comment.