aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Platform/Platform.h')
-rw-r--r--LUFA/Platform/Platform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Platform/Platform.h b/LUFA/Platform/Platform.h
index db5f43535..252436329 100644
--- a/LUFA/Platform/Platform.h
+++ b/LUFA/Platform/Platform.h
@@ -70,10 +70,10 @@
/* Includes: */
#if (ARCH == ARCH_UC3)
- #include <LUFA/Platform/UC3/ClockManagement.h>
- #include <LUFA/Platform/UC3/InterruptManagement.h>
+ #include "UC3/ClockManagement.h"
+ #include "UC3/InterruptManagement.h"
#elif (ARCH == ARCH_XMEGA)
- #include <LUFA/Platform/XMEGA/ClockManagement.h>
+ #include "XMEGA/ClockManagement.h"
#endif
#endif