|
Re: New C18 3.0+ Compatible FRC Code
Having the same problem with the new code as someone mentioned before.
When I build the project with Initialize_ADC() uncommented, it builds fine but encounters a code error.
When I build the project with ENABLE_TIMER_4 defined in timers.h, the linker encounters the error:
Error - symbol 'Timer_4_ISR' has multiple definitions.
I have tried commenting out the definition for Timer_4_ISR() in timers.c (because it does nothing) but we get back to the code error. Also, ENABLE_TIMER_4 is defined in ifi_frc.h.
Using a 2007 RC, MCC18 3.10;
Thanks!
-James
Last edited by JHale : 31-01-2008 at 21:56.
|