Forum Discussion
Altera_Forum
Honored Contributor
13 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_SIM...
Altera_Forum
Honored Contributor
13 years agoI included the line
# undef ALT_ENHANCED_INTERRUPT_API_PRESENT In my main c file. The warning went away. I am rusty on this. Probably a better way of doing this.