Skip to content

Commit 8d589fa

Browse files
Merge pull request #89 from hefl99/main
2 parents 15036fb + da33a9f commit 8d589fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TMC2209.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define TMC2209_H
1010
#include <Arduino.h>
1111

12-
#if !defined(ESP32) && !defined(ARDUINO_ARCH_SAMD) && !defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_SAM_DUE)
12+
#if !defined(ESP32) && !defined(ARDUINO_ARCH_SAMD) && !defined(ARDUINO_ARCH_RP2040) && !defined(ARDUINO_SAM_DUE) && !defined(ARDUINO_UNOR4_MINIMA)
1313
# define SOFTWARE_SERIAL_INCLUDED true
1414
#else
1515
# define SOFTWARE_SERIAL_INCLUDED false

0 commit comments

Comments
 (0)