Fix a critical "typo"
Current compiled downloads are unusable because MICROPY_QSPI_CS is defined as the wrong pin
This commit is contained in:
parent
bd997dd67e
commit
ed18c1f2b8
@ -37,7 +37,7 @@
|
||||
#define MICROPY_QSPI_DATA2 NRF_GPIO_PIN_MAP(1, 2)
|
||||
#define MICROPY_QSPI_DATA3 NRF_GPIO_PIN_MAP(1, 1)
|
||||
#define MICROPY_QSPI_SCK NRF_GPIO_PIN_MAP(1, 3)
|
||||
#define MICROPY_QSPI_CS NRF_GPIO_PIN_MAP(1, 8)
|
||||
#define MICROPY_QSPI_CS NRF_GPIO_PIN_MAP(1, 6)
|
||||
|
||||
#define BOARD_HAS_CRYSTAL 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user