projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert changes made for the partial port to the AVR32 architecture.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
HostChapter9.h
diff --git
a/LUFA/Drivers/USB/LowLevel/HostChapter9.h
b/LUFA/Drivers/USB/LowLevel/HostChapter9.h
index
5bf228e
..
1a85cf6
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/HostChapter9.h
+++ b/
LUFA/Drivers/USB/LowLevel/HostChapter9.h
@@
-32,14
+32,8
@@
#define __HOSTCHAPTER9_H__
\r
\r
/* Includes: */
\r
#define __HOSTCHAPTER9_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 "LowLevel.h"
\r
#include "../HighLevel/USBMode.h"
\r
\r
#include "LowLevel.h"
\r
#include "../HighLevel/USBMode.h"
\r
@@
-52,7
+46,7
@@
\r
/* Preprocessor Checks: */
\r
#if !defined(__INCLUDE_FROM_USB_DRIVER)
\r
\r
/* Preprocessor Checks: */
\r
#if !defined(__INCLUDE_FROM_USB_DRIVER)
\r
- #error Do not include this file directly. Include LUFA/Drivers/USB
/USB
.h instead.
\r
+ #error Do not include this file directly. Include LUFA/Drivers/USB.h instead.
\r
#endif
\r
\r
/* Public Interface - May be used in end-application: */
\r
#endif
\r
\r
/* Public Interface - May be used in end-application: */
\r