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 b864a9608..da8194fe8 100644
--- a/LUFA/Drivers/USB/Core/Host.h
+++ b/LUFA/Drivers/USB/Core/Host.h
@@ -165,8 +165,8 @@
/* Architecture Includes: */
#if (ARCH == ARCH_AVR8)
#include "AVR8/Host_AVR8.h"
- #elif (ARCH == ARCH_UC3B)
- #include "UC3B/Host_UC3B.h"
+ #elif (ARCH == ARCH_UC3)
+ #include "UC3/Host_UC3.h"
#endif
#endif