Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
41de1d1d
Commit
41de1d1d
authored
May 18, 2011
by
Dean Camera
Browse files
Oops - fix bad include path in the moved USBKEY Dataflash board driver header.
parent
910bca55
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h
View file @
41de1d1d
...
...
@@ -49,7 +49,8 @@
#define __DATAFLASH_USBKEY_H__
/* Includes: */
#include
"../../Misc/AT45DB642D.h"
#include
"../../../../Common/Common.h"
#include
"../../../Misc/AT45DB642D.h"
/* Preprocessor Checks: */
#if !defined(__INCLUDE_FROM_DATAFLASH_H)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment