Skip to content

Commit

Permalink
tools: Fix gdb version check
Browse files Browse the repository at this point in the history
Closes #8965
  • Loading branch information
Lapshin committed May 17, 2022
1 parent 285c6fc commit 41bbdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"esp32c3"
],
"version_cmd": [
"riscv32-esp-elf-gdb",
"riscv32-esp-elf-gdb-no-python",
"--version"
],
"version_regex": "GNU gdb \\(esp-gdb\\) ([a-z0-9.-_]+)",
Expand Down

0 comments on commit 41bbdcc

Please sign in to comment.