|
Re: GTS Encoder Compilation Error
Seen it before. There's what appears to be a typo in one of the system's .h files, p18f8722.h. It may be in others as well, but I assume it's this one you're using. Just do a text search for INT3P and change it to INT3IP.
__________________
Code:
void function(void)
{
function();
}
|