2005-01-04 Joel Sherrill <joel@OARcorp.com>

* console/sci.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2005-01-04 23:28:10 +00:00
parent c11aaf49b2
commit 7896232647
2 changed files with 8 additions and 1 deletions

View File

@@ -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> 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support. * Makefile.am: Remove build-variant support.

View File

@@ -36,6 +36,9 @@
* $Id$ * $Id$
* *
* $Log$ * $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 * Revision 1.7 2004/04/21 10:42:52 ralf
* Remove stray white spaces. * 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 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