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:01 +00:00
parent 529aa9d4a6
commit 36cfb55fa5
2 changed files with 6 additions and 1 deletions
+5
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.
2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/serial/serial.h: Declare Console_Port_Minor.
+1 -1
View File
@@ -732,7 +732,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;