Skip to content

Commit 071a98d

Browse files
author
Richard Unger
committed
UNO R4 boards define PinStatus
1 parent b2efa9c commit 071a98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/communication/StepDirListener.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "../common/foc_utils.h"
66

77

8-
#if !defined(TARGET_RP2040) && !defined(_SAMD21_) && !defined(_SAMD51_) && !defined(_SAME51_)
8+
#if !defined(TARGET_RP2040) && !defined(_SAMD21_) && !defined(_SAMD51_) && !defined(_SAME51_) && !defined(ARDUINO_UNOR4_WIFI) && !defined(ARDUINO_UNOR4_MINIMA)
99
#define PinStatus int
1010
#endif
1111

0 commit comments

Comments
 (0)