Update Studio Integration DLL, to include package logging.
[pub/USBasp.git] / LUFA / Drivers / Board / AVR8 / OLIMEXT32U4 / LEDs.h
index 165c29c..c0f5409 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2015.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2015  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
@@ -75,7 +75,7 @@
                        #define LEDS_PORTD_LEDS       (LEDS_LED2)
                        #define LEDS_PORTE_LEDS       (LEDS_LED3)
        #endif
-       
+
        /* Public Interface - May be used in end-application: */
                /* Macros: */
                        /** LED mask for the first LED on the board. */
@@ -86,7 +86,7 @@
 
                        /** LED mask for the third LED on the board. */
                        #define LEDS_LED3        (1 << 6)
-                       
+
                        /** LED mask for all the LEDs on the board. */
                        #define LEDS_ALL_LEDS    (LEDS_LED1 | LEDS_LED2 | LEDS_LED3)