forked from Imagelibrary/rtems
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspstart.c: Add BSP_poll_char.
This commit is contained in:
@@ -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>
|
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||||
|
|||||||
@@ -160,6 +160,7 @@ DirectUARTWrite(const char c)
|
|||||||
|
|
||||||
/* We will provide our own printk output function as it may get used early */
|
/* We will provide our own printk output function as it may get used early */
|
||||||
BSP_output_char_function_type BSP_output_char = DirectUARTWrite;
|
BSP_output_char_function_type BSP_output_char = DirectUARTWrite;
|
||||||
|
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||||
|
|
||||||
/*===================================================================*/
|
/*===================================================================*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user