From 99bf8348258183294c88ee952e0e137bfa5d9e65 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Wed, 20 Dec 2023 21:48:21 +0000 Subject: [PATCH] hosted: Removed a disused define for the CMSIS-DAP code --- src/platforms/hosted/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platforms/hosted/Makefile.inc b/src/platforms/hosted/Makefile.inc index 9a3c4b632f8..27cd27fbe13 100644 --- a/src/platforms/hosted/Makefile.inc +++ b/src/platforms/hosted/Makefile.inc @@ -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)