From b8da7f05694b26c775d91e5b623920238f444a77 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 8 May 2025 23:11:31 +0300 Subject: [PATCH] misc/Makefile: Fix JLink command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bab9e382..d22388237 100755 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ endif $(SIZE) --format=SysV $(FW_DIR)/$(FIRMWARE).elf jlink: - ${JLINK_GDB_SERVER} -speed ${JLINK_SPEED} -nogui 1 \ + ${JLINK_GDB_SERVER} -speed ${JLINK_SPEED} -nogui \ -if ${JLINK_INTERFACE} -halt -cpu cortex-m \ -device ${JLINK_DEVICE} -novd ${JLINK_SCRIPT}