mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* console/sci.c: Remove warnings.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user