From 59df70fcd2f43fa7b103eac80df67e4f0415b08d Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 23 Mar 2018 21:18:20 +0000 Subject: [PATCH] Fix launchpad LED colour mappings --- arch/platform/srf06-cc26xx/launchpad/cc1310/board.h | 2 +- arch/platform/srf06-cc26xx/launchpad/cc1350/board.h | 2 +- arch/platform/srf06-cc26xx/launchpad/cc2650/board.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/platform/srf06-cc26xx/launchpad/cc1310/board.h b/arch/platform/srf06-cc26xx/launchpad/cc1310/board.h index d97086415..7c58e1db8 100644 --- a/arch/platform/srf06-cc26xx/launchpad/cc1310/board.h +++ b/arch/platform/srf06-cc26xx/launchpad/cc1310/board.h @@ -62,7 +62,7 @@ */ #define LEDS_CONF_COUNT 2 #define LEDS_CONF_RED 1 -#define LEDS_CONF_YELLOW 2 +#define LEDS_CONF_GREEN 2 /** @} */ /*---------------------------------------------------------------------------*/ /** diff --git a/arch/platform/srf06-cc26xx/launchpad/cc1350/board.h b/arch/platform/srf06-cc26xx/launchpad/cc1350/board.h index 72a7a180f..63ad25374 100644 --- a/arch/platform/srf06-cc26xx/launchpad/cc1350/board.h +++ b/arch/platform/srf06-cc26xx/launchpad/cc1350/board.h @@ -62,7 +62,7 @@ */ #define LEDS_CONF_COUNT 2 #define LEDS_CONF_RED 1 -#define LEDS_CONF_YELLOW 2 +#define LEDS_CONF_GREEN 2 /** @} */ /*---------------------------------------------------------------------------*/ /** diff --git a/arch/platform/srf06-cc26xx/launchpad/cc2650/board.h b/arch/platform/srf06-cc26xx/launchpad/cc2650/board.h index deb79a7b1..39b906e84 100644 --- a/arch/platform/srf06-cc26xx/launchpad/cc2650/board.h +++ b/arch/platform/srf06-cc26xx/launchpad/cc2650/board.h @@ -62,7 +62,7 @@ */ #define LEDS_CONF_COUNT 2 #define LEDS_CONF_RED 1 -#define LEDS_CONF_YELLOW 2 +#define LEDS_CONF_GREEN 2 /** @} */ /*---------------------------------------------------------------------------*/ /**