From: Dean Camera Date: Wed, 28 Apr 2010 08:20:15 +0000 (+0000) Subject: Oops - relocated USBInterrupt.h header file requires adjusted include paths for the... X-Git-Tag: LUFA-110528-BETA~504 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/0063f721173b38155648a4267703825fb136fc3e Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files. --- 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 #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)