Hi,
Does anyone know why Debug does not compile without warnings on 18F4620? I am using PBP 2.46 with MPLAB 7.10 I have located the problem to the P18F4620.INC in MPLAB To make the program compile without warnings I must edit the file to remove the DEBUG Label used in the INC file
For the moment this solves the problem but the question is why have they done like this?
Mike
This is what the edited part of the P18F4620 file looks like
;=============================================
;
; Register Definitions
;
;===============================================
;----- Register Files -----------------------------------------
PORTA EQU H'0F80'
LOTS OF MORE DEFINES
OSCCON EQU H'0FD3'
;DEBUG EQU H'0FD4'
T0CON EQU H'0FD5'
Bookmarks