projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed incorrect comparison in the descriptor callback routine of the TeensyHID bootlo...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
USBKEY
/
Dataflash.h
diff --git
a/LUFA/Drivers/Board/USBKEY/Dataflash.h
b/LUFA/Drivers/Board/USBKEY/Dataflash.h
index
2ada300
..
75bf289
100644
(file)
--- a/
LUFA/Drivers/Board/USBKEY/Dataflash.h
+++ b/
LUFA/Drivers/Board/USBKEY/Dataflash.h
@@
-29,6
+29,7
@@
*/
\r
\r
/** \file
\r
*/
\r
\r
/** \file
\r
+ * \brief Board specific Dataflash driver header for the USBKEY.
\r
*
\r
* Board specific Dataflash driver header for the USBKEY.
\r
*
\r
*
\r
* Board specific Dataflash driver header for the USBKEY.
\r
*
\r
@@
-54,7
+55,7
@@
#include "AT45DB642D.h"
\r
\r
/* Preprocessor Checks: */
\r
#include "AT45DB642D.h"
\r
\r
/* Preprocessor Checks: */
\r
- #if !defined(INCLUDE_FROM_DATAFLASH_H)
\r
+ #if !defined(
__
INCLUDE_FROM_DATAFLASH_H)
\r
#error Do not include this file directly. Include LUFA/Drivers/Board/Dataflash.h instead.
\r
#endif
\r
\r
#error Do not include this file directly. Include LUFA/Drivers/Board/Dataflash.h instead.
\r
#endif
\r
\r