Altera_Forum
Honored Contributor
14 years agoBasic NIOS II interrupt.
I am getting the warning.
--- Quote Start --- warning: implicit declaration of function 'alt_irq_register' --- Quote End --- Call in code is alt_irq_register(CODEC_SIMPLE_MASTER_2_0_IRQ_INTERRUPT_CONTROLLER_ID, (void *) NULL, codec_isr); I have also included <alt_irq.h> Can I ignore this warning?