/** 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