9 lines
117 B
C
9 lines
117 B
C
#ifndef __BOARD_H__
|
|
#define __BOARD_H__
|
|
|
|
#ifdef BOARD_PCA10040
|
|
#include "platform/narf52/narf52_dk.h"
|
|
#endif
|
|
|
|
#endif
|