Quote:
|
Originally Posted by phrontist
I'm getting the following errors when compiling under a brand new MPLAB install. The default code compiles cleanly under it...
Code:
C:\RobotCode\frc_encoder\encoder.c:131:Error [1205] unknown member 'INT3IP' in '__tag_223'
C:\RobotCode\frc_encoder\encoder.c:131:Error [1131] type mismatch in assignment
|
I don't get this message when I build the code. Have you made any modifications to the code? Is p18f8722.h or p18f8520.h (not both) included at the top of encoder.h.
-Kevin