Redefined LEDS_ALL for cc2531s

This commit is contained in:
George Oikonomou 2011-12-16 23:55:38 +00:00 committed by George Oikonomou
parent c95fc4f360
commit 38a222e83c

View File

@ -119,6 +119,8 @@
#undef LEDS_RED
#define LEDS_YELLOW 4
#if MODEL_CC2531
#undef LEDS_CONF_ALL
#define LEDS_CONF_ALL 3
#define LEDS_RED 1
#define LEDS_GREEN 2
#else