X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6e29655b5473c6f8235b72654f9aae9cfeb9b078..9efce7263c63b5130edfe027c39715f3c9d84c5a:/BuildTests/ModuleTest/Modules.h?ds=sidebyside diff --git a/BuildTests/ModuleTest/Modules.h b/BuildTests/ModuleTest/Modules.h index 9dd7c4638..cc16fd6b9 100644 --- a/BuildTests/ModuleTest/Modules.h +++ b/BuildTests/ModuleTest/Modules.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2012. + Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2014 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 @@ -18,7 +18,7 @@ advertising or publicity pertaining to distribution of the software without specific, written prior permission. - The author disclaim all warranties with regard to this + The author disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall the author be liable for any special, indirect or consequential damages or any damages @@ -30,29 +30,27 @@ #include +#include + #include #include #include #if (ARCH == ARCH_AVR8) - #if defined(TWCR) - #include - #endif - #if defined(ADC) #include #endif - #include - #include + #include #include + #include + + #if defined(TWCR) + #include + #endif #elif (ARCH == ARCH_XMEGA) #include - #include #include - - #include -#elif (ARCH == ARCH_UC3) - #include - #include -#endif \ No newline at end of file + #include + #include +#endif