From 0063f721173b38155648a4267703825fb136fc3e Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Wed, 28 Apr 2010 08:20:15 +0000
Subject: [PATCH] Oops - relocated USBInterrupt.h header file requires adjusted
 include paths for the other USB driver header files.

---
 LUFA/Drivers/USB/LowLevel/USBInterrupt.h | 6 +++---
 1 file 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)
-- 
GitLab