diff options
| author | hathach <[email protected]> | 2021-04-26 20:22:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-26 20:22:40 +0700 |
| commit | ba90a8cb793449d6562d209326ef40e00e3db983 (patch) | |
| tree | 6a511e1aec4c1dc1155eaacb6ab75f00153478f0 /hw/bsp/lpc55 | |
| parent | c26875e70d120f564f4e68c1dc79d9e7e3642b70 (diff) | |
use correct NBYTES_MAX for full and high speed
Diffstat (limited to 'hw/bsp/lpc55')
| -rw-r--r-- | hw/bsp/lpc55/boards/lpcxpresso55s69/board.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/lpc55/boards/lpcxpresso55s69/board.mk b/hw/bsp/lpc55/boards/lpcxpresso55s69/board.mk index 88a065d4c..8adf62df8 100644 --- a/hw/bsp/lpc55/boards/lpcxpresso55s69/board.mk +++ b/hw/bsp/lpc55/boards/lpcxpresso55s69/board.mk @@ -2,6 +2,7 @@ MCU_VARIANT = LPC55S69 MCU_CORE = LPC55S69_cm33_core0 CFLAGS += -DCPU_LPC55S69JBD100_cm33_core0 +PORT ?= 1 JLINK_DEVICE = LPC55S69 PYOCD_TARGET = LPC55S69 |
