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

* startup/bspstart.c: Add BSP_poll_char.
This commit is contained in:
Joel Sherrill
2010-08-03 14:16:35 +00:00
parent b2c02c7496
commit a90576b644
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspstart.c: Add BSP_poll_char.
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).

View File

@@ -160,6 +160,7 @@ DirectUARTWrite(const char c)
/* We will provide our own printk output function as it may get used early */
BSP_output_char_function_type BSP_output_char = DirectUARTWrite;
BSP_polling_getchar_function_type BSP_poll_char = NULL;
/*===================================================================*/