We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13681f commit 017f92bCopy full SHA for 017f92b
examples/GPIO/pinList/pin.h
@@ -25,7 +25,7 @@ Pin::Pin(unsigned pin, unsigned mode)
25
pinMode(pinNr, mode);
26
}
27
28
-#elif defined(ARDUINO_TEENSY40)
+#elif defined(ARDUINO_TEENSY40) || defined (ARDUINO_TEENSY41)
29
30
Pin::Pin(unsigned pin, unsigned mode)
31
: pinNr(pin),
0 commit comments