2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>

* console/console.c: Fix warning.
This commit is contained in:
Joel Sherrill
2009-08-19 16:37:10 +00:00
parent d09713340e
commit 3c1adeec71
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c: Fix warning.
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/ithread.S: Removed. Now bspidle.S.

View File

@@ -117,7 +117,6 @@ rtems_device_driver console_initialize(
rtems_status_code status;
int i, uart0;
char console_name[16];
extern rtems_configuration_table Configuration;
rtems_termios_initialize();