summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-04 23:28:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-04 23:28:06 +0000
commitc11aaf49b21beb8c286a64f9203b94566b5fcac3 (patch)
tree1baf72f54ee5aa0369f45a98d61261f8c283b2e1 /c
parent2005-01-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c11aaf49b21beb8c286a64f9203b94566b5fcac3.tar.bz2
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* console/leds.c: Remove warnings.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/idp/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/leds.c19
2 files changed, 14 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/m68k/idp/ChangeLog b/c/src/lib/libbsp/m68k/idp/ChangeLog
index 59d8c1969c..25bcf5177e 100644
--- a/c/src/lib/libbsp/m68k/idp/ChangeLog
+++ b/c/src/lib/libbsp/m68k/idp/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-04 Joel Sherrill <joel@OARcorp.com>
+
+ * console/leds.c: Remove warnings.
+
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.
diff --git a/c/src/lib/libbsp/m68k/idp/console/leds.c b/c/src/lib/libbsp/m68k/idp/console/leds.c
index 913e2afe30..06664b536e 100644
--- a/c/src/lib/libbsp/m68k/idp/console/leds.c
+++ b/c/src/lib/libbsp/m68k/idp/console/leds.c
@@ -10,16 +10,17 @@ void zylons();
void clear_leds();
/*
- * led_putnum -- print a hex number on the LED. the value of num must be a char with
- * the ascii value. ie... number 0 is '0', a is 'a', ' ' (null) clears
- * the led display.
- * Setting the bit to 0 turns it on, 1 turns it off.
- * the LED's are controlled by setting the right bit mask in the base
- * address.
- * The bits are:
- * [d.p | g | f | e | d | c | b | a ] is the byte.
+ * led_putnum --
+ * print a hex number on the LED. the value of num must be a char with
+ * the ascii value. ie... number 0 is '0', a is 'a', ' ' (null) clears
+ * the led display.
+ * Setting the bit to 0 turns it on, 1 turns it off.
+ * the LED's are controlled by setting the right bit mask in the base
+ * address.
+ * The bits are:
+ * [d.p | g | f | e | d | c | b | a ] is the byte.
*
- * The locations are:
+ * The locations are:
*
* a
* -----