From 88b2d25416c43e9e07758d43c8750cfb4cbcaea1 Mon Sep 17 00:00:00 2001 From: maartenbrock Date: Thu, 2 Sep 2004 11:49:18 +0000 Subject: [PATCH] * as/xa51/xa_link.c, * device/examples/ds390/ow390/ad26.c, * device/examples/ds390/ow390/cnt1d.c, * device/examples/ds390/ow390/counter.c, * device/examples/ds390/ow390/ds2480.h, * device/examples/ds390/ow390/ds2480ut.c, * device/examples/ds390/ow390/findtype.c, * device/examples/ds390/ow390/gethumd.c, * device/examples/ds390/ow390/owllu.c, * device/examples/ds390/ow390/ownetu.c, * device/examples/ds390/ow390/swt12.c, * device/examples/ds390/ow390/swtloop.c, * device/examples/ds390/ow390/temp.c, * device/examples/ds390/ow390/temp10.c, * device/examples/ds390/ow390/thermo21.c, * device/examples/ds390/ow390/tinilnk.c, * device/examples/ds390/ow390/tstfind.c, * device/examples/serialcomm/windows/serial.cpp, * device/examples/serialcomm/windows/test_serialcomm.cpp, * device/include/reg51.h: fixed line endings for cvs git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3471 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 23 +++++++++++++++++++++++ device/include/reg51.h | 14 +++++++------- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32184368..3690abd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2004-09-02 Maarten Brock + + * as/xa51/xa_link.c, + * device/examples/ds390/ow390/ad26.c, + * device/examples/ds390/ow390/cnt1d.c, + * device/examples/ds390/ow390/counter.c, + * device/examples/ds390/ow390/ds2480.h, + * device/examples/ds390/ow390/ds2480ut.c, + * device/examples/ds390/ow390/findtype.c, + * device/examples/ds390/ow390/gethumd.c, + * device/examples/ds390/ow390/owllu.c, + * device/examples/ds390/ow390/ownetu.c, + * device/examples/ds390/ow390/swt12.c, + * device/examples/ds390/ow390/swtloop.c, + * device/examples/ds390/ow390/temp.c, + * device/examples/ds390/ow390/temp10.c, + * device/examples/ds390/ow390/thermo21.c, + * device/examples/ds390/ow390/tinilnk.c, + * device/examples/ds390/ow390/tstfind.c, + * device/examples/serialcomm/windows/serial.cpp, + * device/examples/serialcomm/windows/test_serialcomm.cpp, + * device/include/reg51.h: fixed line endings for cvs + 2004-09-02 Erik Petrich * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand, diff --git a/device/include/reg51.h b/device/include/reg51.h index 56ec02c3..b32aab14 100644 --- a/device/include/reg51.h +++ b/device/include/reg51.h @@ -1,25 +1,25 @@ /*------------------------------------------------------------------------- - Register Declarations for 8051 Processor - + Register Declarations for 8051 Processor + Written By - Sandeep Dutta . sandeep.dutta@usa.net (1998) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - + In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve - what you give them. Help stamp out software-hoarding! + what you give them. Help stamp out software-hoarding! -------------------------------------------------------------------------*/ #ifndef REG51_H @@ -81,7 +81,7 @@ sbit at 0xAA EX1 ; sbit at 0xA9 ET0 ; sbit at 0xA8 EX0 ; -/* IP */ +/* IP */ sbit at 0xBC PS ; sbit at 0xBB PT1 ; sbit at 0xBA PX1 ; -- 2.47.2