Contiki 3.x
board.h
1 #ifndef BOARD
2 BOARD = redbee-econotag
3 #endif
4 
5 #if BOARD == redbee-econotag
6 #include "redbee-econotag.h"
7 #endif
8