LIN BUS PIC16F684, unknown identifier 'TMR0IF'
Posted: Fri Jul 13, 2012 7:14 pm
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.
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.