mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>
PR 1934/bsps * libchip/serial/ns16550.c: Change to unsigned variable.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||||
|
|
||||||
|
PR 1934/bsps
|
||||||
|
* libchip/serial/ns16550.c: Change to unsigned variable.
|
||||||
|
|
||||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -696,7 +696,7 @@ NS16550_STATIC int ns16550_inbyte_nonblocking_polled(
|
|||||||
{
|
{
|
||||||
uint32_t pNS16550;
|
uint32_t pNS16550;
|
||||||
unsigned char ucLineStatus;
|
unsigned char ucLineStatus;
|
||||||
char cChar;
|
uint8_t cChar;
|
||||||
getRegister_f getReg;
|
getRegister_f getReg;
|
||||||
|
|
||||||
pNS16550 = Console_Port_Tbl[minor].ulCtrlPort1;
|
pNS16550 = Console_Port_Tbl[minor].ulCtrlPort1;
|
||||||
|
|||||||
Reference in New Issue
Block a user