added RT feature flag
This commit is contained in:
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
@ -21,6 +21,7 @@
|
|||||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||||
"args": [
|
"args": [
|
||||||
"build", "-p", "va108xx-hal", "--example", "tests",
|
"build", "-p", "va108xx-hal", "--example", "tests",
|
||||||
|
"--features", "rt"
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
|
Submodule va108xx-hal-rs updated: cc635457d0...f8ddcfa541
Reference in New Issue
Block a user