I wrote a code for the C167 which I want to use with a XC164, but I got lots of error messages as I compiled the code and now I don't have any more ideas to solve this problem... Beside changing the device to XC164CS and the .h-file to XC164.h, what else I have to take care about? Some error-examples: PPF_3.C(35): error C67: 'P1': undefined identifier corresponding code (beneath include-files)
sbit L2_1 = P1^6;
T3CON=0x0003;