aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/Common.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-06 13:43:18 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-06 13:43:18 +0000
commit25c09f913020b5442eadf5c9fa4638ee52b98240 (patch)
tree6f5efdffd16bc2bca9c032ef7e6ea944a757b529 /LUFA/Common/Common.h
parentdd274c738906fdd2f137ccf56db566906297ebe0 (diff)
Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@882 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/Common.h')
-rw-r--r--LUFA/Common/Common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 92f4f22f..6f64dbdf 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -57,13 +57,9 @@
/* Includes: */
#include <avr/io.h>
- #include <stdio.h>
- #include <avr/version.h>
-
+
#include "FunctionAttributes.h"
#include "BoardTypes.h"
-
- #include <alloca.h>
/* Public Interface - May be used in end-application: */
/* Macros: */