8 lines
107 B
C
8 lines
107 B
C
#ifdef BOARD_REDBEE_DEV
|
|
#include "redbee-dev.h"
|
|
#endif
|
|
|
|
#ifdef BOARD_REDWIRE_R1
|
|
#include "red-r1.h"
|
|
#endif
|