From a8b75286d65c3dd31d5a944b75dcd177d304831c Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Tue, 22 Mar 2011 14:50:22 -0400 Subject: [PATCH] add GPIO definitions for econotag LEDs --- board/redbee-econotag.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/board/redbee-econotag.h b/board/redbee-econotag.h index 3cfc49d37..8a870a202 100644 --- a/board/redbee-econotag.h +++ b/board/redbee-econotag.h @@ -36,9 +36,13 @@ #ifndef BOARD_REDBEE_ECONOTAG_H #define BOARD_REDBEE_ECONOTAG_H +#define GPIO_LED_RED GPIO_44 +#define GPIO_LED_GREEN GPIO_45 +#define GPIO_LED_BLUE GPIO_43 /* don't have a blue LED so we use IO43 */ + #define LED_RED 44 #define LED_GREEN 45 -#define LED_BLUE 44 /* don't have a blue LED so we reuse red */ +#define LED_BLUE 43 /* don't have a blue LED so we reuse red */ /* XTAL TUNE parameters */ /* see http://devl.org/pipermail/mc1322x/2009-December/000162.html */