projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make sure that long reads are aborted early if the connection times out while waiting...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
USBInterrupt.h
diff --git
a/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
b/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
index
c3f778f
..
cccf26a
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/USBInterrupt.h
+++ b/
LUFA/Drivers/USB/LowLevel/USBInterrupt.h
@@
-46,9
+46,9
@@
#include <stdbool.h>
\r
\r
#include "../../../Common/Common.h"
\r
#include <stdbool.h>
\r
\r
#include "../../../Common/Common.h"
\r
- #include "../
LowLevel/LowLevel
.h"
\r
- #include "
USBMode
.h"
\r
- #include "
Events
.h"
\r
+ #include "../
HighLevel/USBMode
.h"
\r
+ #include "
../HighLevel/Events
.h"
\r
+ #include "
LowLevel
.h"
\r
\r
/* Enable C linkage for C++ Compilers: */
\r
#if defined(__cplusplus)
\r
\r
/* Enable C linkage for C++ Compilers: */
\r
#if defined(__cplusplus)
\r