Skip to content

Commit 863b435

Browse files
committed
Fix risc-v naming compliance in task name
Signed-off-by: paulober <[email protected]>
1 parent 221dad6 commit 863b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pico_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ def generateProjectFiles(
12361236
}}
12371237
}},
12381238
{{
1239-
"label": "Risc-V Reset (RP2350)",
1239+
"label": "RISC-V Reset (RP2350)",
12401240
"type": "process",
12411241
"command": "{openocd_path if openocd_path else "openocd"}",
12421242
"args": [

0 commit comments

Comments
 (0)