forked from Imagelibrary/rtems
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/console/polled_io.c: Add BSP_poll_char.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/console/polled_io.c: Add BSP_poll_char.
|
||||
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the
|
||||
|
||||
@@ -48,7 +48,8 @@ void pfree(void *);
|
||||
#endif
|
||||
|
||||
#ifndef __BOOT__
|
||||
BSP_output_char_function_type BSP_output_char = debug_putc_onlcr;
|
||||
BSP_output_char_function_type BSP_output_char = debug_putc_onlcr;
|
||||
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||
#endif
|
||||
|
||||
#ifdef USE_KBD_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user