Skip to content

Commit 051e7d5

Browse files
committed
sparkfun_lumidrive: Can't IGNORE pins that are default bus pins
The SDA, SCL, and MISO pins were ignored. This error was not diagnosed before now.
1 parent 2d38497 commit 051e7d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
#define IGNORE_PIN_PA12 1
3636
#define IGNORE_PIN_PA15 1
3737
#define IGNORE_PIN_PA16 1
38-
#define IGNORE_PIN_PA21 1
39-
#define IGNORE_PIN_PA22 1
40-
#define IGNORE_PIN_PA23 1
4138
#define IGNORE_PIN_PA27 1
4239
#define IGNORE_PIN_PA28 1
4340

0 commit comments

Comments
 (0)