Fixed VS code Rust Analyzer.

This commit is contained in:
2025-07-16 09:54:55 +02:00
parent 0db1d3e278
commit 73b96c2756

View File

@@ -1,5 +1,5 @@
{
"rust-analyzer.cargo.target": "thumbv8em-none-eabihf",
// "rust-analyzer.checkOnSave.allTargets": false
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false
// "editor.formatOnSave": true
}