forked from Imagelibrary/rtems
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/debugio.c: Add BSP_poll_char.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/debugio.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: Remove more ITRON references.
|
||||
|
||||
@@ -28,5 +28,6 @@ static void _BSP_null_char(char c)
|
||||
rtems_interrupt_enable(level);
|
||||
}
|
||||
|
||||
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
|
||||
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
|
||||
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/debugio.c: Add BSP_poll_char.
|
||||
|
||||
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* README: Remove more ITRON references.
|
||||
|
||||
@@ -37,4 +37,5 @@ static void _BSP_null_char(char c)
|
||||
rtems_interrupt_enable(level);
|
||||
}
|
||||
|
||||
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
|
||||
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
|
||||
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||
|
||||
Reference in New Issue
Block a user