We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fce6a5 commit 43723a5Copy full SHA for 43723a5
src/communication/StepDirListener.h
@@ -5,7 +5,7 @@
5
#include "../common/foc_utils.h"
6
7
8
-#if defined(_STM32_DEF_) || defined(ESP_H) || defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_SAM_DUE) || defined(CORE_TEENSY)
+#if defined(_STM32_DEF_) || defined(ESP_H) || defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_SAM_DUE) || defined(CORE_TEENSY) || defined(NRF52_SERIES)
9
#define PinStatus int
10
#endif
11
0 commit comments