forked from Imagelibrary/rtems
2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1682/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 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 *]).
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user