Skip to content

Commit 44e3250

Browse files
committed
Don't make Pins for those not connected on Itsy M0
1 parent d8763de commit 44e3250

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@
3636
// USB is always used internally so skip the pin objects for it.
3737
#define IGNORE_PIN_PA24 1
3838
#define IGNORE_PIN_PA25 1
39+
40+
// Not connected
41+
#define IGNORE_PIN_PA13 1
42+
#define IGNORE_PIN_PA28 1

0 commit comments

Comments
 (0)