summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-04 23:28:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-04 23:28:10 +0000
commit78962326474b13f14151ba59847e3372c850028c (patch)
tree9fc2541aa44a50e0031e1698f8f706a96947fab4 /c
parent2005-01-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-78962326474b13f14151ba59847e3372c850028c.tar.bz2
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* console/sci.c: Remove warnings.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/sci.c5
2 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mrm332/ChangeLog b/c/src/lib/libbsp/m68k/mrm332/ChangeLog
index e77256d487..efb16500e7 100644
--- a/c/src/lib/libbsp/m68k/mrm332/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mrm332/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-04 Joel Sherrill <joel@OARcorp.com>
+
+ * console/sci.c: Remove warnings.
+
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.c b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
index 823ee215b2..fb2383d0f8 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/sci.c
+++ b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
@@ -36,6 +36,9 @@
* $Id$
*
* $Log$
+* Revision 1.8 2004/04/21 16:01:35 ralf
+* Remove duplicate white lines.
+*
* Revision 1.7 2004/04/21 10:42:52 ralf
* Remove stray white spaces.
*
@@ -316,7 +319,7 @@ static uint8_t SciRcvBufPutIndex = 0; // array index to put in next char
static uint8_t SciRcvBufGetIndex = 0; // array index to take out next char
-static uint8_t SciRcvBufCount = 0; // how many bytes are in the buffer
+static uint16_t SciRcvBufCount = 0; // how many bytes are in the buffer