Page 1 of 1

LIN BUS PIC16F684, unknown identifier 'TMR0IF'

Posted: Fri Jul 13, 2012 7:14 pm
by jeflores
DRVL_16F684v10.c(1802:24): error: unknown identifier 'TMR0IF'
DRVL_16F684v10.c(1802:24): error: invalid operand 'TMR0IF'

Definition of 'TMR0IF' is not defined for the PIC16F684 microcontroller, when I use the slave linbus component for a micro PIC18F45K20 works well.
add the following line to correct the error, # define TMR0IF T0IF.

Re: LIN BUS PIC16F684, unknown identifier 'TMR0IF'

Posted: Mon Jul 16, 2012 10:38 am
by Benj
Hello Jeflores,

Many thanks for letting us know about the problem. This has now been fixed in the master file so the change will be present in the next release.