From: maartenbrock Date: Wed, 2 Feb 2005 20:28:16 +0000 (+0000) Subject: * device/include/mcs51/c8051f040.h: added define CPT2_PAGE X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9b3316a902998d3747e9f4dcbe9ca482b96238fa;p=fw%2Fsdcc * device/include/mcs51/c8051f040.h: added define CPT2_PAGE git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3668 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 748ea9ac..12b44a83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2004-02-02 Maarten Brock + + * device/include/mcs51/c8051f040.h: added define CPT2_PAGE + 2005-02-01 Slade Rich - * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows + * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it appeared to be required diff --git a/device/include/mcs51/c8051f040.h b/device/include/mcs51/c8051f040.h index 81c00fb9..322bfa97 100644 --- a/device/include/mcs51/c8051f040.h +++ b/device/include/mcs51/c8051f040.h @@ -482,6 +482,7 @@ sbit at 0xFF P7_7 ; #define TIMER01_PAGE 0x00 /* TIMER 0 AND TIMER 1 */ #define CPT0_PAGE 0x01 /* COMPARATOR 0 */ #define CPT1_PAGE 0x02 /* COMPARATOR 1 */ +#define CPT2_PAGE 0x03 /* COMPARATOR 2 */ #define UART0_PAGE 0x00 /* UART 0 */ #define UART1_PAGE 0x01 /* UART 1 */ #define SPI0_PAGE 0x00 /* SPI 0 */