Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
This commit is contained in:
@@ -90,6 +90,8 @@
|
||||
#include "ATAVRUSBRF01/LEDs.h"
|
||||
#elif (BOARD == BOARD_XPLAIN)
|
||||
#include "XPLAIN/LEDs.h"
|
||||
#elif (BOARD == BOARD_XPLAIN_REV1)
|
||||
#include "XPLAIN/LEDs.h"
|
||||
#elif (BOARD == BOARD_BUMBLEB)
|
||||
#include "BUMBLEB/LEDs.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
|
||||
Reference in New Issue
Block a user