2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* console/console.c: Fix warning.
This commit is contained in:
Joel Sherrill
2009-10-17 19:55:40 +00:00
parent 4f8237f1f2
commit 1c8514a5af
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Fix warning.
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/erc32.cfg: New (relocated from /make/custom).

View File

@@ -3,7 +3,7 @@
*
* This driver uses the termios pseudo driver.
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -170,7 +170,7 @@ rtems_isr console_isr_b(
* Return values: NONE
*/
void console_exit()
void console_exit(void)
{
uint32_t port;
uint32_t ch;