forked from Imagelibrary/rtems
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
@@ -425,6 +425,7 @@ debug_putc_onlcr(const char c)
|
||||
rtems_interrupt_enable( isrlevel );
|
||||
}
|
||||
|
||||
BSP_output_char_function_type BSP_output_char = debug_putc_onlcr;
|
||||
BSP_output_char_function_type BSP_output_char = debug_putc_onlcr;
|
||||
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||
/* const char arg to be compatible with BSP_output_char decl. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user