forked from Imagelibrary/rtems
2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1685/bsps * startup/bspstart.c: Add BSP_poll_char.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
PR 1685/bsps
|
||||
* startup/bspstart.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
|
||||
|
||||
@@ -105,7 +105,8 @@ int i;
|
||||
}
|
||||
|
||||
|
||||
BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
|
||||
BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
|
||||
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||
|
||||
void BSP_panic(char *s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user