Skip to content

Commit

Permalink
fix(vscode): enable riscv64 check
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 30, 2024
1 parent cb29f84 commit 73be33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"--quiet",
"--message-format=json",
"--target=aarch64-unknown-none-softfloat",
// "--target=riscv64gc-unknown-none-elf",
"--target=riscv64gc-unknown-none-elf",
"--target=x86_64-unknown-none",
],
"rust-analyzer.check.targets": [
Expand Down

0 comments on commit 73be33c

Please sign in to comment.