Fix a critical "typo"

Current compiled downloads are unusable because MICROPY_QSPI_CS is defined as the wrong pin
This commit is contained in:
Feyn 2021-09-26 13:47:05 +02:00 committed by GitHub
parent bd997dd67e
commit ed18c1f2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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