aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/OTG.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-24 06:58:23 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-24 06:58:23 +0000
commitdf4879bea58a4c3fa8f1f3a7dec19cd08cdb8bd4 (patch)
tree604c4881c36b11f37d0203f9466d6078080847b7 /LUFA/Drivers/USB/LowLevel/OTG.h
parentada9a9368761b12cadd389ad909feb35e6e85889 (diff)
Revert changes made for the partial port to the AVR32 architecture.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1155 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/OTG.h')
-rw-r--r--LUFA/Drivers/USB/LowLevel/OTG.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/OTG.h b/LUFA/Drivers/USB/LowLevel/OTG.h
index 717b0400..25cb180a 100644
--- a/LUFA/Drivers/USB/LowLevel/OTG.h
+++ b/LUFA/Drivers/USB/LowLevel/OTG.h
@@ -42,20 +42,14 @@
#define __USBOTG_H__
/* Includes: */
- #if defined(__AVR32__)
- #include <avr32/io.h>
- #include <stdint.h>
- #include <stdbool.h>
- #elif defined(__AVR__)
- #include <avr/io.h>
- #include <stdbool.h>
- #endif
+ #include <avr/io.h>
+ #include <stdbool.h>
#include "../../../Common/Common.h"
/* Preprocessor Checks: */
#if !defined(__INCLUDE_FROM_USB_DRIVER)
- #error Do not include this file directly. Include LUFA/Drivers/USB/USB.h instead.
+ #error Do not include this file directly. Include LUFA/Drivers/USB.h instead.
#endif
/* Public Interface - May be used in end-application: */