From: Christopher H. <ch...@us...> - 2002-07-26 07:20:07
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv4024 Modified Files: badge4.h Log Message: cannot use GPIO_GPIOx defined for LED_GPIO Index: badge4.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/badge4.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- badge4.h 25 Jul 2002 21:54:36 -0000 1.10 +++ badge4.h 26 Jul 2002 07:20:04 -0000 1.11 @@ -80,7 +80,7 @@ #define TERMINAL_SPEED baud_115200 /* GPIO for the LED */ -#define LED_GPIO GPIO_GPIO9 /* aka BADGE4_GPIO_LGP9 */ +#define LED_GPIO (1<<9) /* GPIO_GPIO9/BADGE4_GPIO_LGP9 */ #define SA1111_BASE BADGE4_SA1111_BASE |