summaryrefslogtreecommitdiff
path: root/hw/bsp/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bsp/board.h')
-rw-r--r--hw/bsp/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/board.h b/hw/bsp/board.h
index ca494f63f..ee986facd 100644
--- a/hw/bsp/board.h
+++ b/hw/bsp/board.h
@@ -110,6 +110,8 @@
#include "microbuilder/board_lpc4357usb.h"
#elif BOARD == BOARD_LPCLINK2
#include "lpcxpresso/board_lpclink2.h"
+#elif defined BOARD_PCA10056
+ #include "pca10056/board_pca10056.h"
#else
#error BOARD is not defined or supported yet
#endif