Skip to content

Commit 54600b7

Browse files
authored
Merge pull request #88 from moritztim/fix-launch-comment
Fix incorrect options in comment
2 parents cc2c7b6 + c7d203d commit 54600b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-generate/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// "svdFile": "./.vscode/rp2040.svd",
3232
}
3333
],
34-
"consoleLogLevel": "Info", //Error, Warn, Info, Debug, Trace
34+
"consoleLogLevel": "Info", //Error, Warn, Info, Debug
3535
"wireProtocol": "Swd"
3636
}
3737
]

0 commit comments

Comments
 (0)