projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
OTG.h
diff --git
a/LUFA/Drivers/USB/LowLevel/OTG.h
b/LUFA/Drivers/USB/LowLevel/OTG.h
index
717b040
..
26b2cd5
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/OTG.h
+++ b/
LUFA/Drivers/USB/LowLevel/OTG.h
@@
-42,14
+42,8
@@
#define __USBOTG_H__
\r
\r
/* Includes: */
\r
#define __USBOTG_H__
\r
\r
/* Includes: */
\r
- #if defined(__AVR32__)
\r
- #include <avr32/io.h>
\r
- #include <stdint.h>
\r
- #include <stdbool.h>
\r
- #elif defined(__AVR__)
\r
- #include <avr/io.h>
\r
- #include <stdbool.h>
\r
- #endif
\r
+ #include <avr/io.h>
\r
+ #include <stdbool.h>
\r
\r
#include "../../../Common/Common.h"
\r
\r
\r
#include "../../../Common/Common.h"
\r
\r