projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add optional double-banking support to the Device mode Class Drivers, on a per-endpoi...
[pub/USBasp.git]
/
LUFA
/
Common
/
Common.h
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
92f4f22
..
6f64dbd
100644
(file)
--- a/
LUFA/Common/Common.h
+++ b/
LUFA/Common/Common.h
@@
-57,13
+57,9
@@
\r
/* Includes: */
\r
#include <avr/io.h>
\r
\r
/* Includes: */
\r
#include <avr/io.h>
\r
- #include <stdio.h>
\r
- #include <avr/version.h>
\r
-
\r
+
\r
#include "FunctionAttributes.h"
\r
#include "BoardTypes.h"
\r
#include "FunctionAttributes.h"
\r
#include "BoardTypes.h"
\r
-
\r
- #include <alloca.h>
\r
\r
/* Public Interface - May be used in end-application: */
\r
/* Macros: */
\r
\r
/* Public Interface - May be used in end-application: */
\r
/* Macros: */
\r