Fixed comment in mpconfigboard.h

This commit is contained in:
mrangen 2021-01-17 21:20:27 -07:00
parent 6a76b60027
commit dea2bcd8f0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// These are pins not to reset.
// QSPI Data pins
#define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11)
// DotStar pins, QSPI CS, and QSPI SCK
// DotStar SCK, DotStar MOSI, QSPI SCK, and QSPI CS
#define MICROPY_PORT_B (PORT_PB02 | PORT_PB03 | PORT_PB10 | PORT_PB11)
#define MICROPY_PORT_C (0)
#define MICROPY_PORT_D (0)