summaryrefslogtreecommitdiff
path: root/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-24 22:53:57 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-24 22:53:57 +0000
commita603506166b05dce54201b9931e20bfc87903b17 (patch)
tree0644f7ed8f76db5e0849195e09892b159df9f475 /Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
parent7266e1c3fe912f780b78498f64014f9852fb499b (diff)
All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included.
All LowLevel demos changed to use the constants and types defined in the USB class drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1537 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h')
-rw-r--r--Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h b/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
index b42b1329..72cf026d 100644
--- a/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
+++ b/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
@@ -43,7 +43,6 @@
#include "Descriptors.h"
#include <LUFA/Drivers/USB/USB.h>
- #include <LUFA/Drivers/USB/Class/MassStorage.h>
#include <LUFA/Drivers/Board/Dataflash.h>
/* Preprocessor Checks: */