LEDS_ALL configurable

This commit is contained in:
Fredrik Osterlind 2011-02-09 15:29:41 +01:00
parent 774aa3984a
commit 3bf99ca040

View file

@ -61,7 +61,11 @@ void leds_blink(void);
#define LEDS_BLUE LEDS_YELLOW /* Tmote Sky is colorblind? */
#define leds_blue leds_yellow
#ifdef LEDS_CONF_ALL
#define LEDS_ALL LEDS_CONF_ALL
#else /* LEDS_CONF_ALL */
#define LEDS_ALL 7
#endif /* LEDS_CONF_ALL */
/**
* Returns the current status of all leds (respects invert)