forked from Imagelibrary/rtems
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/bf537Stamp.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -69,7 +69,7 @@ static void bf537Stamp_BSP_output_char(char c) {
|
||||
bfin_uart_poll_write(0, c);
|
||||
}
|
||||
|
||||
static char bf537Stamp_BSP_poll_char(void) {
|
||||
static int bf537Stamp_BSP_poll_char(void) {
|
||||
|
||||
return bfin_uart_poll_read(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user