We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0b3731 + eb139c9 commit 30691e6Copy full SHA for 30691e6
ports/atmel-samd/boards/matrixportal_m4/mpconfigboard.h
@@ -9,7 +9,7 @@
9
10
// These are pins not to reset.
11
// QSPI Data pins, PA23 is NeoPixel
12
-#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)
13
// QSPI CS, QSPI SCK
14
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11)
15
#define MICROPY_PORT_C (0)
0 commit comments