*/\r
\r
/** \file\r
+ * \brief Master include file for the board dataflash IC driver.\r
*\r
* This file is the master dispatch header file for the board-specific dataflash driver, for boards containing\r
* dataflash ICs for external non-volatile storage.\r
#include "EVK527/Dataflash.h"\r
#elif (BOARD == BOARD_USER)\r
#include "Board/Dataflash.h"\r
- #elif (BOARD = BOARD_EVK1101)\r
- #include "EVK1101/Dataflash.h"\r
#else\r
#error The selected board does not contain a dataflash IC.\r
#endif\r