forked from Imagelibrary/rtems
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c: Eliminate casts.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c: Eliminate casts.
|
||||
|
||||
2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* clock/ckinit.c: Fix Clock_isr prototype.
|
||||
|
||||
@@ -292,11 +292,9 @@ conSetAttr(int minor, const struct termios *t)
|
||||
* BSP initialization
|
||||
*/
|
||||
|
||||
BSP_output_char_function_type BSP_output_char =
|
||||
(BSP_output_char_function_type) 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 =
|
||||
(BSP_polling_getchar_function_type) BSP_poll_char_via_serial;
|
||||
BSP_polling_getchar_function_type BSP_poll_char = BSP_poll_char_via_serial;
|
||||
|
||||
int BSP_poll_read(int ttyMinor){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user