Skip to content

Commit f1e4960

Browse files
authored
Merge pull request #4019 from mrangen/QSPI-comment-fix
Fixed comment in mpconfigboard.h
2 parents 54e2f85 + dea2bcd commit f1e4960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// These are pins not to reset.
1313
// QSPI Data pins
1414
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11)
15-
// DotStar pins, QSPI CS, and QSPI SCK
15+
// DotStar SCK, DotStar MOSI, QSPI SCK, and QSPI CS
1616
#define MICROPY_PORT_B (PORT_PB02 | PORT_PB03 | PORT_PB10 | PORT_PB11)
1717
#define MICROPY_PORT_C (0)
1818
#define MICROPY_PORT_D (0)

0 commit comments

Comments
 (0)