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