aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/XPLAIN/Dataflash.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-19 18:45:50 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-19 18:45:50 +0000
commit90193bf3acc8cd7f3f75a2897e48549d9ddd40b2 (patch)
tree905dc0f192e723856f099cd618d937fa6bfee485 /LUFA/Drivers/Board/XPLAIN/Dataflash.h
parent4fe45268ee8e60dfcf4daba4736b2406a58204c8 (diff)
Move out Dataflash IC command constants headers into the general LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1670 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/XPLAIN/Dataflash.h')
-rw-r--r--LUFA/Drivers/Board/XPLAIN/Dataflash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Board/XPLAIN/Dataflash.h b/LUFA/Drivers/Board/XPLAIN/Dataflash.h
index 06514528..d5c7527a 100644
--- a/LUFA/Drivers/Board/XPLAIN/Dataflash.h
+++ b/LUFA/Drivers/Board/XPLAIN/Dataflash.h
@@ -52,7 +52,7 @@
#define __DATAFLASH_XPLAIN_H__
/* Includes: */
- #include "AT45DB642D.h"
+ #include "../../Misc/AT45DB642D.h"
/* Preprocessor Checks: */
#if !defined(__INCLUDE_FROM_DATAFLASH_H)