forked from Imagelibrary/rtems
2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* at91rm9200/dbgu/dbgu.c: Add missing prototype.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* at91rm9200/dbgu/dbgu.c: Add missing prototype.
|
||||
|
||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* at91rm9200/dbgu/dbgu.c: Use standardized bsp_cleanup() which can
|
||||
|
||||
@@ -218,7 +218,7 @@ static void _BSP_put_char( char c ) {
|
||||
|
||||
BSP_output_char_function_type BSP_output_char = _BSP_put_char;
|
||||
|
||||
int _BSP_poll_char()
|
||||
int _BSP_poll_char(void)
|
||||
{
|
||||
return dbgu_poll_read(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user