narf52/include/board.h

9 lines
117 B
C
Raw Normal View History

2020-03-10 11:25:09 +00:00
#ifndef __BOARD_H__
#define __BOARD_H__
#ifdef BOARD_PCA10040
#include "platform/narf52/narf52_dk.h"
#endif
#endif