mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
43062b6d74
to econotag)
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
|
|
|