diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-10-17 19:07:15 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-10-17 20:08:32 -0500 |
| commit | 194d99f58856c3c0a3d838f99e823a6d0181063c (patch) | |
| tree | 42b18a1fdd61b964d53142227f9b7f0b41233bcc | |
| parent | eb0b023dee5e6688ead7d875084086a6eea3ce89 (diff) | |
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.
| -rwxr-xr-x | ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.h b/ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.h index d184945f3..80f37429f 100755 --- a/ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.h +++ b/ports/atmel-samd/boards/sparkfun_lumidrive/mpconfigboard.h @@ -35,9 +35,6 @@ #define IGNORE_PIN_PA12 1 #define IGNORE_PIN_PA15 1 #define IGNORE_PIN_PA16 1 -#define IGNORE_PIN_PA21 1 -#define IGNORE_PIN_PA22 1 -#define IGNORE_PIN_PA23 1 #define IGNORE_PIN_PA27 1 #define IGNORE_PIN_PA28 1 |
