diff options
-rw-r--r-- | .vscode/tasks.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6800fc4d..df58e32a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,7 +3,7 @@ "tasks": [ { "type": "cargo", - "command": "build --example ${fileBasenameNoExtension} --target thumbv7m-none-eabi", + "command": "build --example ${fileBasenameNoExtension} --target thumbv7m-none-eabi --features __v7", "problemMatcher": [ "$rustc" ], |