mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +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…
x
Reference in New Issue
Block a user