forked from Imagelibrary/rtems
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c: Add pointer to method used by getchark().
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* console/console.c: Add pointer to method used by getchark().
|
||||||
|
|
||||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||||
|
|||||||
@@ -790,3 +790,6 @@ void DEBUG_OUTNUM(int i)
|
|||||||
for (n = 28 ; n >= 0 ; n -= 4)
|
for (n = 28 ; n >= 0 ; n -= 4)
|
||||||
DEBUG_OUTCHAR(map[(i >> n) & 0xF]);
|
DEBUG_OUTCHAR(map[(i >> n) & 0xF]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BSP_polling_getchar_function_type BSP_poll_char = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user