Fix XMEGA architecture not correctly resetting the device address and endpoints in...
[pub/USBasp.git] / LUFA / Platform / UC3 / InterruptManagement.h
index dd70675..435afc3 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2011.
+     Copyright (C) Dean Camera, 2012.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   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
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
                                InterruptHandlers[GroupNumber] = Handler;
                                AVR32_INTC.ipr[GroupNumber]    = Autovector_Table[InterruptLevel];
                        }
                                InterruptHandlers[GroupNumber] = Handler;
                                AVR32_INTC.ipr[GroupNumber]    = Autovector_Table[InterruptLevel];
                        }
-                       
+
                        /** Retrieves the pending interrupts for a given interrupt group. The result of this function should be masked
                         *  against interrupt request indexes converted to a request line number via the \ref INTC_IRQ_LINE() macro. To
                         *  obtain the group number of a given interrupt request, use the \ref INTC_IRQ_GROUP() macro.
                        /** Retrieves the pending interrupts for a given interrupt group. The result of this function should be masked
                         *  against interrupt request indexes converted to a request line number via the \ref INTC_IRQ_LINE() macro. To
                         *  obtain the group number of a given interrupt request, use the \ref INTC_IRQ_GROUP() macro.
                        {
                                return AVR32_INTC.irr[GroupNumber];
                        }
                        {
                                return AVR32_INTC.irr[GroupNumber];
                        }
-       
+
        /* Disable C linkage for C++ Compilers: */
                #if defined(__cplusplus)
                        }
        /* Disable C linkage for C++ Compilers: */
                #if defined(__cplusplus)
                        }
 #endif
 
 /** @} */
 #endif
 
 /** @} */
+