aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/tasks.json2
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"
],