diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-06 13:43:18 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-06 13:43:18 +0000 |
| commit | 25c09f913020b5442eadf5c9fa4638ee52b98240 (patch) | |
| tree | 6f5efdffd16bc2bca9c032ef7e6ea944a757b529 /LUFA/Common/Common.h | |
| parent | dd274c738906fdd2f137ccf56db566906297ebe0 (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.h | 6 |
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: */
|
