2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* console/uart.c: Remove warning.
This commit is contained in:
Joel Sherrill
2009-05-05 14:46:08 +00:00
parent c27951f23d
commit 3c4d2451f0
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/uart.c: Remove warning.
2009-04-28 Chris Johns <chrisj@rtems.org>
* start/start.S: Update for boot_card command line change.

View File

@@ -445,7 +445,7 @@ void _BSP_output_char(char c)
BSP_output_char_function_type BSP_output_char = _BSP_output_char;
char _BSP_poll_char()
char _BSP_poll_char(void)
{
return poll_read();
}