aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/Host.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-20 18:21:04 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-20 18:21:04 +0000
commitd285950b543e6ec7e7b91f2eb0b1eff77e3ee0fd (patch)
tree146ab396b543ebbcd521a932763b5e0217e75edc /LUFA/Drivers/USB/Core/Host.h
parent09abdac002552a8b9d2ee80aba0beb7b4d968322 (diff)
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1677 d5102386-fcda-11dd-9fdb-3debd5008f28
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 32c27ce2..7b5b5014 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: */