2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* console/config.c: Fix typo.
This commit is contained in:
Joel Sherrill
2007-11-26 22:08:20 +00:00
parent 6fc48b2cba
commit dde1eb364f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/config.c: Fix typo.
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c: Eliminate DEBUG_puts.

View File

@@ -93,7 +93,7 @@ console_tbl Console_Port_Tbl[] = {
16, /* ulMargin */
8, /* ulHysteresis */
(void *)9600, /* baud rate */ /* pDeviceParams */
UART_BASE_COM1, /* ulCtrlPort1e */
UART_BASE_COM1, /* ulCtrlPort1 */
0, /* ulCtrlPort2 */
UART_BASE_COM1, /* ulDataPort */
Read_ns16550_register, /* getRegister */