Update of /cvsroot/blob/blob/include/blob/arch
In directory usw-pr-cvs1:/tmp/cvs-serv3555/include/blob/arch
Modified Files:
badge4.h
Log Message:
Some BadgePAD 4's (mine!) have an LED on GPIO 9.
Index: badge4.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/arch/badge4.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- badge4.h 27 Apr 2002 00:55:04 -0000 1.7
+++ badge4.h 13 Jul 2002 00:44:34 -0000 1.8
@@ -51,7 +51,7 @@
#define TERMINAL_SPEED baud_115200
/* GPIO for the LED */
-#define LED_GPIO (0x00000000) /* No LED */
+#define LED_GPIO (0x00000001<<9) /* GPIO 9 */
#define SA1111_BASE BADGE4_SA1111_BASE
|