aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/Host.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/USB/Core/Host.h')
-rw-r--r--LUFA/Drivers/USB/Core/Host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Core/Host.h b/LUFA/Drivers/USB/Core/Host.h
index 32c27ce22..7b5b50145 100644
--- a/LUFA/Drivers/USB/Core/Host.h
+++ b/LUFA/Drivers/USB/Core/Host.h
@@ -53,9 +53,9 @@
#include "../../../Common/Common.h"
#if (ARCH == ARCH_AVR8)
- #include "AVR8/Host.h"
+ #include "AVR8/Host_AVR8.h"
#elif (ARCH == ARCH_UC3B)
- #include "UC3B/Host.h"
+ #include "UC3B/Host_UC3B.h"
#endif
/* Preprocessor Checks: */