forked from Imagelibrary/rtems
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/uart.c: Let _BSP_in_char return int.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/uart.c: Let _BSP_poll_char return int.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/csb336.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -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(void)
|
||||
int _BSP_poll_char(void)
|
||||
{
|
||||
return poll_read();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user