Yep, I found a "@ INT_DISABLE INT_INT" in a function in one of my include files (that I don't even use currently). After commenting it out, it compiled fine.
I'm trying to switch from an 18F25K20 to an 18F26K40, and I'm getting a compiler error (PBPX 3.1.6.4) specific to the timer interrupt definition. I'm using the interrupt include file...
Re: DT interrupt problem / K40 - "Priority State Not Found"
Yep, I found a "@ INT_DISABLE INT_INT" in a function in one of my include files (that I don't even use currently). After commenting it out, it compiled fine.
achilles03 Yesterday, 17:56Thanks!
Dave