From 73b96c275645c8e7a6b40941b108fd4aa2f644c6 Mon Sep 17 00:00:00 2001 From: Hubald Verzijl Date: Wed, 16 Jul 2025 09:54:55 +0200 Subject: [PATCH] Fixed VS code Rust Analyzer. --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a2ced29..1835486 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 } \ No newline at end of file