Fix incorrect options in comment

This commit is contained in:
Moritz Tim W. 2024-11-12 20:35:45 +01:00 committed by GitHub
parent c910b1ff46
commit c7d203dda9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
// "svdFile": "./.vscode/rp2040.svd",
}
],
"consoleLogLevel": "Info", //Error, Warn, Info, Debug, Trace
"consoleLogLevel": "Info", //Error, Warn, Info, Debug
"wireProtocol": "Swd"
}
]