aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Per Lindgren <per.lindgren@ltu.se> 2020-11-25 23:13:59 +0100
committerGravatar Per Lindgren <per.lindgren@ltu.se> 2020-11-25 23:13:59 +0100
commit552687a729c511262e10bfa0755d1128f72ed800 (patch)
tree805f18fe21e73f00d103c57e90249613d13c2236
parent3076b0eeb4c0a713dc007985f79422c86c30584f (diff)
downloadrtic-vscode.tar.gz
rtic-vscode.tar.zst
rtic-vscode.zip
feature __v7 added to launchvscode
-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"
],