demo/include/board.h

9 lines
128 B
C
Raw Normal View History

2020-02-20 21:19:09 +00:00
#ifndef __INCLUDE_BOARD_H__
#define __INCLUDE_BOARD_H__
#ifdef PLATFORM_posix
#include "platform/posix/board.h"
#endif
#endif