For a PIC24 application that controls a servo, I am setting the OC1RS register in the Timer 2 ISR.I've tried defining the ISR this way:void _ISR _T2Interrupt(void) and I get some warnings:main_P2.c: In function '_T2Interrupt':
elf-cc1.exe: warning: _T2In..
↧