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:
Joel Sherrill
2011-11-09 20:51:15 +00:00
parent a4c22f5f32
commit c9ba56f02f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>
PR 1934/bsps
* libchip/serial/ns16550.c: Change to unsigned variable.
2009-03-12 Daniel Hellstrom <daniel@gaisler.com>
PR 1392/bsps

View File

@@ -716,7 +716,7 @@ NS16550_STATIC int ns16550_inbyte_nonblocking_polled(
{
uint32_t pNS16550;
unsigned char ucLineStatus;
char cChar;
uint8_t cChar;
getRegister_f getReg;
pNS16550 = Console_Port_Tbl[minor].ulCtrlPort1;