This commit is contained in:
J / Jacob Babich
2022-04-13 01:49:16 -04:00
parent 79de6fab06
commit 816520ed77
9 changed files with 588 additions and 88 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
// https://github.com/rust-lang/vscode-rust/issues/729#issuecomment-635977755
{
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false
}