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'd try removing the u32 parameter and see if the warning goes away.
If that is what the compiler is complaining about you need to sort out whether you should be using the enhanced interrupt api or not. Eveything will need to be consistent.