forked from Imagelibrary/rtems
2007-09-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/debugputs.c: Add missing include file.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-09-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/debugputs.c: Add missing include file.
|
||||
|
||||
2007-09-06 Daniel Hellstrom <daniel@gaisler.com>
|
||||
|
||||
* amba/amba.c: Add missing part of previous patch.
|
||||
|
||||
@@ -77,6 +77,12 @@ static void bsp_out_char(char c)
|
||||
console_outbyte_polled(0, c);
|
||||
}
|
||||
|
||||
/*
|
||||
* To support printk
|
||||
*/
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
BSP_output_char_function_type BSP_output_char = bsp_out_char;
|
||||
|
||||
static char bsp_in_char(void)
|
||||
|
||||
Reference in New Issue
Block a user