diff options
| author | hathach <[email protected]> | 2018-11-22 16:28:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-22 16:28:01 +0700 |
| commit | c3c446f7db42d1227715deec9b6c9c196f36e9c6 (patch) | |
| tree | cde3e4d2eb784bee4b82faa6462c3e7dd1bcc13d /hw/bsp/ea4357 | |
| parent | 4314be9aebff009f5dd626d59142459edea5c8a2 (diff) | |
adding lpc43xx to ses
Diffstat (limited to 'hw/bsp/ea4357')
| -rw-r--r-- | hw/bsp/ea4357/board_ea4357.c | 3 | ||||
| -rw-r--r-- | hw/bsp/ea4357/board_ea4357.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/hw/bsp/ea4357/board_ea4357.c b/hw/bsp/ea4357/board_ea4357.c index e4b9a0dc4..375073b13 100644 --- a/hw/bsp/ea4357/board_ea4357.c +++ b/hw/bsp/ea4357/board_ea4357.c @@ -36,7 +36,8 @@ */ /**************************************************************************/ -#include "../board.h" +#include "bsp/board.h" +#include "tusb.h" #ifdef BOARD_EA4357 diff --git a/hw/bsp/ea4357/board_ea4357.h b/hw/bsp/ea4357/board_ea4357.h index 518b37abc..6fe8ca874 100644 --- a/hw/bsp/ea4357/board_ea4357.h +++ b/hw/bsp/ea4357/board_ea4357.h @@ -54,6 +54,7 @@ #include "oem_base_board/pca9532.h" // LEDs #define BOARD_LED_NUM 1 +#define BOARD_LED0 0 //#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO |
