forked from mfulz_github/qmk_firmware
Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver.
This commit is contained in:
parent
a56d95e8c2
commit
5fc294a650
|
@ -70,7 +70,7 @@
|
|||
#define DATAFLASH_NO_CHIP DATAFLASH_CHIPCS_MASK
|
||||
|
||||
/** Mask for the first dataflash chip selected. */
|
||||
#define DATAFLASH_CHIP1 (1 << 5)
|
||||
#define DATAFLASH_CHIP1 0
|
||||
|
||||
#if (BOARD == BOARD_XPLAIN_REV1)
|
||||
#define DATAFLASH_PAGE_SIZE 256
|
||||
|
|
Loading…
Reference in New Issue