diff --git a/beginner/apps/.vscode/settings.json b/beginner/apps/.vscode/settings.json index c684c24..96d3f25 100644 --- a/beginner/apps/.vscode/settings.json +++ b/beginner/apps/.vscode/settings.json @@ -5,5 +5,7 @@ "rust-analyzer.checkOnSave.allTargets": false, "rust-analyzer.checkOnSave.extraArgs": [ "--bins" - ] + ], + "rust.target": "thumbv7em-none-eabihf", + "rust.all_targets": false }