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

PR 1682/bsps
	* startup/bspstart.c: Add BSP_poll_char.
This commit is contained in:
Joel Sherrill
2010-08-20 17:59:41 +00:00
parent bd0fb9191b
commit 565023562f
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 1682/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

@@ -54,7 +54,8 @@
#define SHOW_MORE_INIT_SETTINGS
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;
extern char *BSP_build_date;
extern void bsp_cleanup(void);