2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>

* shared/console/polled_io.c: Add BSP_poll_char.
This commit is contained in:
Joel Sherrill
2010-08-15 23:31:10 +00:00
parent f352365b19
commit 149248b459
2 changed files with 6 additions and 1 deletions

View File

@@ -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> 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the * shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the

View File

@@ -48,7 +48,8 @@ void pfree(void *);
#endif #endif
#ifndef __BOOT__ #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 #endif
#ifdef USE_KBD_SUPPORT #ifdef USE_KBD_SUPPORT