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 50e9008 + 1921143 commit fa4c4c2Copy full SHA for fa4c4c2
.github/workflows/build.yml
@@ -131,7 +131,7 @@ jobs:
131
run: echo "$GITHUB_CONTEXT"
132
- name: Install dependencies
133
run: |
134
- brew install gettext awscli
+ brew install gettext
135
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin
136
- name: Versions
137
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