Quote:
|
Originally Posted by Mark McLeod
I think the problem might be that you have two files of different vintage.
p18f8520.h has to match ifi_picdefs.h, and p18f8520.h has probably changed from the earlier versions of C18.
P.S. p18f8520.h gets dragged in by the compiler based on the target PIC model.
|
It looks like you are right That particular union is different in both files. If the compiler automatically drags in p18f8520.h do you have any idea what the purpose of ifi_picdefs.h is?