Remove ST-Link from the list of supported probes

This commit is contained in:
valeros 2021-04-30 18:03:26 +03:00
parent aa251bf2e1
commit 1ca37424d8

View File

@ -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