2005-01-02 Ralf Corsepius <ralf_corsepius@rtems.org>

* console/leds.c: Fix prototype of led_putnum().
This commit is contained in:
Ralf Corsepius
2005-01-02 02:59:19 +00:00
parent 4c14ea3e67
commit 1f9f30a150
2 changed files with 5 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2005-01-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/leds.c: Fix prototype of led_putnum().
2004-11-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
+1 -3
View File
@@ -7,7 +7,6 @@
#include "leds.h"
void zylons();
void led_putnum();
void clear_leds();
/*
@@ -33,8 +32,7 @@ void clear_leds();
* d . d.p (decimal point)
*/
void
led_putnum ( num )
char num;
led_putnum ( char num )
{
static unsigned char *leds = (unsigned char *)LED_ADDR;
static unsigned char num_bits [18] = {