mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-14 20:27:43 +00:00
Redefined LEDS_ALL for cc2531s
This commit is contained in:
committed by
George Oikonomou
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
|
||||
|
Reference in New Issue
Block a user