We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62395e4 commit db2995aCopy full SHA for db2995a
system/libarc32_arduino101/bootcode/interrupt.c
@@ -32,7 +32,7 @@ struct _IsrTableEntry __attribute__((section(".data"))) _IsrTable[SS_NUM_IRQS];
32
static void _dummy_isr(void)
33
{
34
__asm__ ("flag 0x01"); /* Set the halt flag => halt the CPU */
35
- for(;;);
+ for(;;); /* This infinite loop is intentional and requested by design */
36
}
37
38
void interrupt_connect(unsigned int irq, void (*isr)(void))
0 commit comments