aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Pipe.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-05 06:27:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-05 06:27:49 +0000
commit7d4cccc22d60125fac111819df48af1873d11018 (patch)
treed288ebae796fda45a59122f81c09e43d368de571 /LUFA/Drivers/USB/LowLevel/Pipe.c
parent01d388f293ba531008122ebb4cfcf7113a228398 (diff)
downloadlufa-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/Pipe.c')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Pipe.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Pipe.c b/LUFA/Drivers/USB/LowLevel/Pipe.c
index 1bc08e1fb..1218d2f24 100644
--- a/LUFA/Drivers/USB/LowLevel/Pipe.c
+++ b/LUFA/Drivers/USB/LowLevel/Pipe.c
@@ -27,7 +27,9 @@
arising out of or in connection with the use or performance of
this software.
*/
-#include "USBMode.h"
+
+#include "../HighLevel/USBMode.h"
+
#if defined(USB_CAN_BE_HOST)
#define INCLUDE_FROM_PIPE_C