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 b12be53 commit 3bb05d0Copy full SHA for 3bb05d0
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) || defined(NRF52_SERIES)
+#if !defined(TARGET_RP2040)
9
#define PinStatus int
10
#endif
11
0 commit comments