X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c6a7a028bd1f6a41195ed95e3c6b4291105ef448..f580232392fc24358625fabb87fc83e8a1c8aae8:/LUFA/Platform/UC3/InterruptManagement.c?ds=inline diff --git a/LUFA/Platform/UC3/InterruptManagement.c b/LUFA/Platform/UC3/InterruptManagement.c index b1dda745c..2e260b38b 100644 --- a/LUFA/Platform/UC3/InterruptManagement.c +++ b/LUFA/Platform/UC3/InterruptManagement.c @@ -36,11 +36,11 @@ InterruptHandlerPtr_t InterruptHandlers[AVR32_INTC_NUM_INT_GRPS]; /** ISR for unhandled interrupt groups */ ISR(Unhandled_Interrupt) { - while (true); + for (;;); } -/** Retrieves the associated interrupt handler for the interrupt currently being fired. This is - * called directly from the exception handler routine before dispatching to the ISR. +/** Retrieves the associated interrupt handler for the interrupt group currently being fired. This + * is called directly from the exception handler routine before dispatching to the ISR. */ InterruptHandlerPtr_t INTC_GetInterruptHandler(const uint_reg_t InterruptLevel) {