Skip to content

Commit 95bb2c3

Browse files
author
Richard Unger
committed
fix SAMD compile error
1 parent 9b68c8e commit 95bb2c3

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)
8+
#if !defined(TARGET_RP2040) && !defined(_SAMD21_) && !defined(_SAMD51_) && !defined(_SAME51_)
99
#define PinStatus int
1010
#endif
1111

0 commit comments

Comments
 (0)