projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add start of a SDP service table, which will be linked to the Bluetooth SDP code.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
Dataflash.h
diff --git
a/LUFA/Drivers/Board/Dataflash.h
b/LUFA/Drivers/Board/Dataflash.h
index
c0f314a
..
d55774d
100644
(file)
--- a/
LUFA/Drivers/Board/Dataflash.h
+++ b/
LUFA/Drivers/Board/Dataflash.h
@@
-29,6
+29,7
@@
*/
\r
\r
/** \file
\r
*/
\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
*
\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
@@
-167,8
+168,6
@@
#include "EVK527/Dataflash.h"
\r
#elif (BOARD == BOARD_USER)
\r
#include "Board/Dataflash.h"
\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
#else
\r
#error The selected board does not contain a dataflash IC.
\r
#endif
\r