Skip to content
Snippets Groups Projects
Commit 5fc294a6 authored by Dean Camera's avatar Dean Camera
Browse files

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

parent a56d95e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment