diff options
| author | hathach <[email protected]> | 2021-04-26 21:26:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-26 21:26:13 +0700 |
| commit | f4475ea85bfff7dceee793ea16f9091176816d8e (patch) | |
| tree | 6e0c2e1cb1a905c72e0f7e460d1cb1f969aefe0b | |
| parent | 684fba315210fe35233283dac2af07ccae48e92a (diff) | |
change lpc55s28 default port to 1
| -rw-r--r-- | hw/bsp/lpc55/boards/lpcxpresso55s28/board.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/lpc55/boards/lpcxpresso55s28/board.mk b/hw/bsp/lpc55/boards/lpcxpresso55s28/board.mk index e01a3d04f..775f55dde 100644 --- a/hw/bsp/lpc55/boards/lpcxpresso55s28/board.mk +++ b/hw/bsp/lpc55/boards/lpcxpresso55s28/board.mk @@ -2,6 +2,7 @@ MCU_VARIANT = LPC55S28 MCU_CORE = LPC55S28 CFLAGS += -DCPU_LPC55S28JBD100 +PORT ?= 1 JLINK_DEVICE = LPC55S28 PYOCD_TARGET = LPC55S28 |
