mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 20:19:12 +08:00
2005-01-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/leds.c: Fix prototype of led_putnum().
This commit is contained in:
@@ -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*.
|
||||
|
||||
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user