9a8004c177
fixed lib ordering on link command
11 lines
166 B
C
11 lines
166 B
C
#ifndef BOARD_REDBEE_R1_H
|
|
#define BOARD_REDBEE_R1_H
|
|
|
|
#include <std_conf.h>
|
|
|
|
#define LED_RED (1 << 8)
|
|
#define LED_GREEN (1 << 9)
|
|
#define LED_BLUE (1 << 10)
|
|
|
|
#endif
|