forked from Imagelibrary/rtems
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/uart.c: Remove warning.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user