Never mind, I think I solved my problem.
I replaced this...
@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF
with this...
#CONFIG
__CONFIG _INTRC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_OFF & _PWRTE_OFF
#ENDCONFIG
I think it had to do with the newer version of PBP that I am using.
Bookmarks