|
|
@ -79,10 +79,10 @@
|
|
|
|
/* Public Interface - May be used in end-application: */
|
|
|
|
/* Public Interface - May be used in end-application: */
|
|
|
|
/* Macros: */
|
|
|
|
/* Macros: */
|
|
|
|
/** LED mask for the first LED on the board. */
|
|
|
|
/** LED mask for the first LED on the board. */
|
|
|
|
#define LEDS_LED1 (1 << 5)
|
|
|
|
#define LEDS_LED1 (1 << 0)
|
|
|
|
|
|
|
|
|
|
|
|
/** LED mask for the second LED on the board. */
|
|
|
|
/** LED mask for the second LED on the board. */
|
|
|
|
#define LEDS_LED2 (1 << 0)
|
|
|
|
#define LEDS_LED2 (1 << 5)
|
|
|
|
|
|
|
|
|
|
|
|
/** LED mask for the third LED on the board. */
|
|
|
|
/** LED mask for the third LED on the board. */
|
|
|
|
#define LEDS_LED3 (1 << 7)
|
|
|
|
#define LEDS_LED3 (1 << 7)
|
|
|
|