X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3bd36f811c00b79ac35266460dbdcc0921821d4d..532b3a18f1194a53c41e5b0689dc65791176ed65:/Demos/Device/ClassDriver/Mouse/Mouse.h diff --git a/Demos/Device/ClassDriver/Mouse/Mouse.h b/Demos/Device/ClassDriver/Mouse/Mouse.h index 6e1827512..4d6c27e51 100644 --- a/Demos/Device/ClassDriver/Mouse/Mouse.h +++ b/Demos/Device/ClassDriver/Mouse/Mouse.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2011. + Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 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,28 +37,21 @@ #define _MOUSE_H_ /* Includes: */ - #include + #include + #include + #include + #include + #include + #include + #include + + #include "Descriptors.h" + #include #include #include #include - #if (ARCH == ARCH_AVR8) - #include - #include - #include - #include - #include - #include - #include - #elif (ARCH == ARCH_UC3) - #include - - #include - #endif - - #include "Descriptors.h" - /* Macros: */ /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */ #define LEDMASK_USB_NOTREADY LEDS_LED1