Skip to content

Commit fa4c4c2

Browse files
authored
Merge pull request #3587 from adafruit/6.0.x
Merge in two fixes from 6.0.x
2 parents 50e9008 + 1921143 commit fa4c4c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "$GITHUB_CONTEXT"
132132
- name: Install dependencies
133133
run: |
134-
brew install gettext awscli
134+
brew install gettext
135135
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin
136136
- name: Versions
137137
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// These are pins not to reset.
1111
// QSPI Data pins, PA23 is NeoPixel
12-
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11 | PA23)
12+
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11 | PORT_PA23)
1313
// QSPI CS, QSPI SCK
1414
#define MICROPY_PORT_B (PORT_PB10 | PORT_PB11)
1515
#define MICROPY_PORT_C (0)

0 commit comments

Comments
 (0)