diff --git a/platform.py b/platform.py index f2e873d..adfe0d1 100644 --- a/platform.py +++ b/platform.py @@ -59,7 +59,7 @@ class RaspberrypiPlatform(PlatformBase): if "tools" not in debug: debug["tools"] = {} - for link in ("cmsis-dap", "jlink", "raspberrypi-swd", "stlink"): + for link in ("cmsis-dap", "jlink", "raspberrypi-swd"): if link not in upload_protocols or link in debug["tools"]: continue