Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe warning is because the type of your ISR function argument doesn't match what alt_ic_isr_register expects which is (void *). Try using (void *)precision_data_1 for that argument.
Edit: wrong argument.