]> git.gag.com Git - fw/sdcc/commitdiff
device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit definitions)
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 26 Aug 2006 01:00:38 +0000 (01:00 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 26 Aug 2006 01:00:38 +0000 (01:00 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4342 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/mcs51/P89c51RD2.h

index 067a1c64d7e1b781274fce1bcb0f698fa01d329b..de5e760b006c518c590e01a26233562ab6069cb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
+         definitions)
+
 2006-08-20 Borut Razem <borut.razem AT siol.net>
 
        * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
index 71980aca3ad1cc3d1be500e535f22d03c8fc58d8..c6346236876caa93221949446a7c8ecfed7fe19d 100644 (file)
@@ -179,14 +179,13 @@ __sbit __at (0xB0)    P3_0;
 #define  RXD    P3_0\r
 \r
 /*  SCON  */\r
-__sbit __at (0x98)    SCON_7; // alternatively "FE"\r
-__sbit __at (0x98)    SCON_7;\r
-__sbit __at (0x98)    SCON_6;\r
-__sbit __at (0x98)    SCON_5;\r
-__sbit __at (0x98)    SCON_4;\r
-__sbit __at (0x98)    SCON_3;\r
-__sbit __at (0x98)    SCON_2;\r
-__sbit __at (0x98)    SCON_1;\r
+__sbit __at (0x9F)    SCON_7; // alternatively "FE"\r
+__sbit __at (0x9E)    SCON_6;\r
+__sbit __at (0x9D)    SCON_5;\r
+__sbit __at (0x9C)    SCON_4;\r
+__sbit __at (0x9B)    SCON_3;\r
+__sbit __at (0x9A)    SCON_2;\r
+__sbit __at (0x99)    SCON_1;\r
 __sbit __at (0x98)    SCON_0;\r
 \r
 #define  SM0    SCON_7  // alternatively "FE"\r