fixed bug 1901469
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 25 Feb 2008 18:05:21 +0000 (18:05 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 25 Feb 2008 18:05:21 +0000 (18:05 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5047 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/mcs51/at89c51ed2.h

index 23c5409514d7d719ad62dd8841256df7d90188c0..03ec0a712ad127555b37cba1c9ecf2af26848d11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
+
+       * device/include/mcs51/at89c51ed2.h: fixed bug 1901469.
+
 2008-02-24 Borut Razem <borut.razem AT siol.net>
 
        * src/SDCCast.c, src/SDCCast.h: fixed bug #1874922: explicit typecast
index 63460d409dfc54e810efb2b706e6a6598f026911..c1f9a0b050f3f66a1b76d65bee612051a49b540b 100644 (file)
@@ -62,7 +62,7 @@ __sfr __at (0x8F) CKCON0;   //Clock control Register 0
     #define T1X2  0x04      //Timer1 Clock speed '1'=12 ck/cy, '0'=6 ck/cy
     #define T0X2  0x02      //Timer0 Clock speed '1'=12 ck/cy, '0'=6 ck/cy
     #define X2    0x01      //CPU Clock '0'=12 ck/cy, '1'=6 ck/cy
-__sfr __at (0x8F) CKCON1;   //Clock control Register 1
+__sfr __at (0xAF) CKCON1;   //Clock control Register 1
     #define XPIX2 0x01      //SPI Clock speed '1'=12 ck/cy, '0'=6 ck/cy
 
 __sfr __at (0xFA) CCAP0H;      //Module 0 Capture HIGH.