projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver...
[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
4e4fa4f
..
84ee8ae
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/HostChapter9.h
+++ b/
LUFA/Drivers/USB/LowLevel/HostChapter9.h
@@
-44,7
+44,8
@@
#include <stdbool.h>
\r
\r
#include "LowLevel.h"
\r
- #include "StdRequestType.h"
\r
+ #include "../HighLevel/USBMode.h"
\r
+ #include "../HighLevel/StdRequestType.h"
\r
\r
/* Enable C linkage for C++ Compilers: */
\r
#if defined(__cplusplus)
\r