Skip to content

Commit

Permalink
hosted: Removed a disused define for the CMSIS-DAP code
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Dec 21, 2023
1 parent 397a564 commit 99bf834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/hosted/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ ifneq ($(HOSTED_BMP_ONLY), 1)
endif

ifneq ($(HOSTED_BMP_ONLY), 1)
CFLAGS += -DCMSIS_DAP
SRC += cmsis_dap.c dap.c dap_command.c dap_swd.c dap_jtag.c
ifneq ($(shell pkg-config --exists $(HIDAPILIB); echo $$?), 0)
$(error Please install $(HIDAPILIB) dependency or set HOSTED_BMP_ONLY to 1)
Expand Down

0 comments on commit 99bf834

Please sign in to comment.