forked from Imagelibrary/rtems
2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/console-io.c: Remove unused variable i.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console-io.c: Remove unused variable i.
|
||||
|
||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* include/bsp.h: New header guard.
|
||||
|
||||
@@ -43,8 +43,6 @@ void console_outbyte_polled(
|
||||
char ch
|
||||
)
|
||||
{
|
||||
volatile int i;
|
||||
|
||||
/* wait for the fifo to make room */
|
||||
while ((uart0->linestat & 0x20) == 0) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user