Use the "adapter speed" option for OpenOCD

Issue #917
This commit is contained in:
Valerii Koval
2022-09-27 12:30:15 +03:00
parent 752d771c71
commit 03d59c608b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ elif upload_protocol in debug_tools:
openocd_args.extend(
[
"-c",
"adapter_khz %s" % env.GetProjectOption("debug_speed", "5000"),
"adapter speed %s" % env.GetProjectOption("debug_speed", "5000"),
"-c",
"program_esp {{$SOURCE}} %s verify"
% (