X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3808f5c36d0ee183e9825e645cc984f1c6047ef5..1f1bd69b85fe6946f4e7705abbcd2cf84c296017:/LUFA/Platform/Platform.h 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 - #include + #include "UC3/ClockManagement.h" + #include "UC3/InterruptManagement.h" #elif (ARCH == ARCH_XMEGA) - #include + #include "XMEGA/ClockManagement.h" #endif #endif