8000 Omit pins not used by board on BDMicro Vina D21 · jamesbowman/circuitpython@d794464 · GitHub
[go: up one dir, main page]

Skip to content

Commit d794464

Browse files
committed
Omit pins not used by board on BDMicro Vina D21
1 parent 683c646 commit d794464

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@
3333
// USB is always used internally so skip the pin objects for it.
3434
#define IGNORE_PIN_PA24 1
3535
#define IGNORE_PIN_PA25 1
36+
37+
// Pins not used by pins.c or SPI flash.
38+
#define IGNORE_PIN_PA00 1
39+
#define IGNORE_PIN_PA01 1
40+
#define IGNORE_PIN_PA03 1
41+
#define IGNORE_PIN_PA30 1

0 commit comments

Comments
 (0)
0