aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-28 08:20:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-28 08:20:15 +0000
commit0063f721173b38155648a4267703825fb136fc3e (patch)
treed4576268134365cf0b9b4b3d1175387d7def36bf
parente977774d4e529ff2f668549197323924ff2a53d4 (diff)
downloadlufa-0063f721173b38155648a4267703825fb136fc3e.tar.gz
lufa-0063f721173b38155648a4267703825fb136fc3e.tar.bz2
lufa-0063f721173b38155648a4267703825fb136fc3e.zip
Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files.
-rw-r--r--LUFA/Drivers/USB/LowLevel/USBInterrupt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/USBInterrupt.h b/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
index c3f778fca..cccf26ac8 100644
--- a/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
+++ b/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
@@ -46,9 +46,9 @@
#include <stdbool.h>
#include "../../../Common/Common.h"
- #include "../LowLevel/LowLevel.h"
- #include "USBMode.h"
- #include "Events.h"
+ #include "../HighLevel/USBMode.h"
+ #include "../HighLevel/Events.h"
+ #include "LowLevel.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)