Skip to content

Commit

Permalink
Merge pull request #3574 from tannewt/fix_matrixportal_pins
Browse files Browse the repository at this point in the history
Correct pins to not reset.
  • Loading branch information
tannewt committed Oct 20, 2020
2 parents f0b3731 + eb139c9 commit 30691e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/atmel-samd/boards/matrixportal_m4/mpconfigboard.h
Expand Up @@ -9,7 +9,7 @@

// These are pins not to reset.
// QSPI Data pins, PA23 is NeoPixel
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11 | PA23)
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11 | PORT_PA23)
// QSPI CS, QSPI SCK
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11)
#define MICROPY_PORT_C (0)
Expand Down

0 comments on commit 30691e6

Please sign in to comment.