Skip to content

Commit dbc28d4

Browse files
author
Richard Unger
committed
nrf52 compile error fixed
1 parent 012608c commit dbc28d4

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

0 commit comments

Comments
 (0)