Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver.

This commit is contained in:
Dean Camera 2010-01-07 13:23:43 +00:00
parent a56d95e8c2
commit 5fc294a650
1 changed files with 1 additions and 1 deletions

View File

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