mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
Redefined LEDS_ALL for cc2531s
This commit is contained in:
parent
c95fc4f360
commit
38a222e83c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user