9 lines
128 B
C
9 lines
128 B
C
#ifndef __INCLUDE_BOARD_H__
|
|
#define __INCLUDE_BOARD_H__
|
|
|
|
#ifdef PLATFORM_posix
|
|
#include "platform/posix/board.h"
|
|
#endif
|
|
|
|
#endif
|