Skip to content

Commit a846cb0

Browse files
committed
Fix GDB package version
1 parent 3ac254b commit a846cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
"type": "debugger",
6868
"optional": true,
6969
"owner": "espressif",
70-
"version": "~12.1.0+20221002"
70+
"version": "~12.1.0"
7171
},
7272
"tool-riscv32-esp-elf-gdb": {
7373
"type": "debugger",
7474
"optional": true,
7575
"owner": "espressif",
76-
"version": "~12.1.0+20221002"
76+
"version": "~12.1.0"
7777
},
7878
"framework-arduinoespressif32": {
7979
"type": "framework",

0 commit comments

Comments
 (0)