Enhance and document the AVR32 UC3 platform drivers.
[pub/USBasp.git] / LUFA / Platform / UC3 / InterruptManagement.c
index b1dda74..2e260b3 100644 (file)
@@ -36,11 +36,11 @@ InterruptHandlerPtr_t InterruptHandlers[AVR32_INTC_NUM_INT_GRPS];
 /** ISR for unhandled interrupt groups */\r
 ISR(Unhandled_Interrupt)\r
 {\r
-       while (true);\r
+       for (;;);\r
 }\r
 \r
-/** Retrieves the associated interrupt handler for the interrupt currently being fired. This is\r
- *  called directly from the exception handler routine before dispatching to the ISR.\r
+/** Retrieves the associated interrupt handler for the interrupt group currently being fired. This\r
+ *  is called directly from the exception handler routine before dispatching to the ISR.\r
  */\r
 InterruptHandlerPtr_t INTC_GetInterruptHandler(const uint_reg_t InterruptLevel)\r
 {\r