2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>

* console/console.c: Add BSP_poll_char.
This commit is contained in:
Joel Sherrill
2010-08-15 23:31:05 +00:00
parent 76094b5206
commit f352365b19
2 changed files with 6 additions and 1 deletions

View File

@@ -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 *]).

View File

@@ -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. */