diff options
| author | hathach <[email protected]> | 2018-03-11 00:16:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 00:16:10 +0700 |
| commit | 23caef859c862a9f94de5d581371b2690f175ea9 (patch) | |
| tree | c44f9b6f9d19335f1ad7b4250024305198a290aa /hw/bsp/board.h | |
| parent | 0af637cd4f3463f175dc4fbd47ded3abd5f53cd5 (diff) | |
adding nrf52840 port, able to blink led with pca10056
Diffstat (limited to 'hw/bsp/board.h')
| -rw-r--r-- | hw/bsp/board.h | 2 |
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 |
