aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/USBInterrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/USB/Core/USBInterrupt.h')
-rw-r--r--LUFA/Drivers/USB/Core/USBInterrupt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Core/USBInterrupt.h b/LUFA/Drivers/USB/Core/USBInterrupt.h
index f71c2d036..252ad5061 100644
--- a/LUFA/Drivers/USB/Core/USBInterrupt.h
+++ b/LUFA/Drivers/USB/Core/USBInterrupt.h
@@ -45,9 +45,9 @@
#include "../../../Common/Common.h"
#if (ARCH == ARCH_AVR8)
- #include "AVR8/USBInterrupt.h"
+ #include "AVR8/USBInterrupt_AVR8.h"
#elif (ARCH == ARCH_UC3B)
- #include "UC3B/USBInterrupt.h"
+ #include "UC3B/USBInterrupt_UC3B.h"
#endif
/* Preprocessor Checks: */