9 lines
112 B
C
9 lines
112 B
C
|
#ifndef BOARD
|
||
|
BOARD = redbee-econotag
|
||
|
#endif
|
||
|
|
||
|
#if BOARD == redbee-econotag
|
||
|
#include "redbee-econotag.h"
|
||
|
#endif
|
||
|
|