Quote:
|
Originally Posted by devicenull
INTCON3bits.IN2IP = 0;
|
Should it be INTCON3bits.IN
T2IP ? Dunno if this typo is in your code - it seems like it oughtn't compile if that were the case.
I checked all of the silly things - it looks like all of the bits are in the correct registers, but again, that's more of an assembly problem, not a C problem - the complier would catch it if it was wrong.