2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1685/bsps
	* startup/bspstart.c: Add BSP_poll_char.
This commit is contained in:
Joel Sherrill
2010-08-20 16:30:25 +00:00
parent 4a79a51683
commit 2e5fb63fa6
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -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)
{