From 48a06b87ae55df9c1d2a6a65612a37f491ad9815 Mon Sep 17 00:00:00 2001 From: kbracher Date: Mon, 31 Mar 2025 21:55:15 +0200 Subject: [PATCH] fix: attach to STM faster --- AMS_Master_Code/.vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/AMS_Master_Code/.vscode/launch.json b/AMS_Master_Code/.vscode/launch.json index 986584c..f6ee3d2 100644 --- a/AMS_Master_Code/.vscode/launch.json +++ b/AMS_Master_Code/.vscode/launch.json @@ -36,7 +36,6 @@ "request": "attach", "type": "cortex-debug", "servertype": "openocd", - "preLaunchTask": "Build STM", "device": "stm32h7a3xxq.s", "configFiles": [ "openocd.cfg"