diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-05 06:27:49 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-05 06:27:49 +0000 |
commit | 7d4cccc22d60125fac111819df48af1873d11018 (patch) | |
tree | d288ebae796fda45a59122f81c09e43d368de571 /LUFA/Drivers/USB/LowLevel/Endpoint.h | |
parent | 01d388f293ba531008122ebb4cfcf7113a228398 (diff) | |
download | lufa-7d4cccc22d60125fac111819df48af1873d11018.tar.gz lufa-7d4cccc22d60125fac111819df48af1873d11018.tar.bz2 lufa-7d4cccc22d60125fac111819df48af1873d11018.zip |
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/Endpoint.h')
-rw-r--r-- | LUFA/Drivers/USB/LowLevel/Endpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Endpoint.h b/LUFA/Drivers/USB/LowLevel/Endpoint.h index 8c22bb7f7..009d8622d 100644 --- a/LUFA/Drivers/USB/LowLevel/Endpoint.h +++ b/LUFA/Drivers/USB/LowLevel/Endpoint.h @@ -46,7 +46,7 @@ #include "../HighLevel/USBTask.h"
#if !defined(NO_STREAM_CALLBACKS) || defined(__DOXYGEN__)
- #include "StreamCallbacks.h"
+ #include "../HighLevel/StreamCallbacks.h"
#endif
/* Enable C linkage for C++ Compilers: */
|