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 bd997dd + ed18c1f commit 5cbfac6Copy full SHA for 5cbfac6
ports/nrf/boards/makerdiary_nrf52840_mdk/mpconfigboard.h
@@ -37,7 +37,7 @@
37
#define MICROPY_QSPI_DATA2 NRF_GPIO_PIN_MAP(1, 2)
38
#define MICROPY_QSPI_DATA3 NRF_GPIO_PIN_MAP(1, 1)
39
#define MICROPY_QSPI_SCK NRF_GPIO_PIN_MAP(1, 3)
40
-#define MICROPY_QSPI_CS NRF_GPIO_PIN_MAP(1, 8)
+#define MICROPY_QSPI_CS NRF_GPIO_PIN_MAP(1, 6)
41
42
#define BOARD_HAS_CRYSTAL 0
43
0 commit comments