2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>

* at91rm9200/dbgu/dbgu.c: Add missing prototype.
This commit is contained in:
Ralf Corsepius
2008-12-11 08:31:23 +00:00
parent 600a0560ff
commit 0e7cdc1ea1
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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);
}