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