X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e368a899871fe9ecccdcac85019d15c73e13ced7..2178cbecb6cff2ee21a25c8dd44dc03f855aedab:/BuildTests/ModuleTest/Modules.h?ds=inline diff --git a/BuildTests/ModuleTest/Modules.h b/BuildTests/ModuleTest/Modules.h index a027f8083..b7028a950 100644 --- a/BuildTests/ModuleTest/Modules.h +++ b/BuildTests/ModuleTest/Modules.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2014. + Copyright (C) Dean Camera, 2018. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2018 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -37,20 +37,20 @@ #include #if (ARCH == ARCH_AVR8) - #if defined(TWCR) - #include - #endif - #if defined(ADC) #include #endif #include - #include #include + #include + + #if defined(TWCR) + #include + #endif #elif (ARCH == ARCH_XMEGA) - #include #include - #include #include + #include + #include #endif