Redefined LEDS_ALL for cc2531s
This commit is contained in:
parent
c95fc4f360
commit
38a222e83c
|
@ -119,6 +119,8 @@
|
||||||
#undef LEDS_RED
|
#undef LEDS_RED
|
||||||
#define LEDS_YELLOW 4
|
#define LEDS_YELLOW 4
|
||||||
#if MODEL_CC2531
|
#if MODEL_CC2531
|
||||||
|
#undef LEDS_CONF_ALL
|
||||||
|
#define LEDS_CONF_ALL 3
|
||||||
#define LEDS_RED 1
|
#define LEDS_RED 1
|
||||||
#define LEDS_GREEN 2
|
#define LEDS_GREEN 2
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue