Browse Source

gadget-zero: ti: use correct part name

Fixes build breakage from using legacy board name instead of part name.
pull/1403/head
Karl Palsson 3 years ago
parent
commit
664701d7a7
  1. 2
      tests/gadget-zero/Makefile.tilm4f120xl

2
tests/gadget-zero/Makefile.tilm4f120xl

@ -32,7 +32,7 @@ INCLUDES += $(patsubst %,-I%, . $(SHARED_DIR))
OPENCM3_DIR=../..
### This section can go to an arch shared rules eventually...
DEVICE=lm4f120xl
DEVICE=LM4F120H5QR
OOCD_FILE = openocd.$(BOARD).cfg
include $(OPENCM3_DIR)/mk/genlink-config.mk

Loading…
Cancel
Save