added RT feature flag

This commit is contained in:
2021-11-19 12:00:48 +01:00
parent 7d521f2c92
commit d5ab7811d9
2 changed files with 2 additions and 1 deletions

1
.vscode/tasks.json vendored
View File

@ -21,6 +21,7 @@
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "va108xx-hal", "--example", "tests",
"--features", "rt"
],
"group": {
"kind": "build",