diff options
author | 2020-11-25 23:13:59 +0100 | |
---|---|---|
committer | 2020-11-25 23:13:59 +0100 | |
commit | 552687a729c511262e10bfa0755d1128f72ed800 (patch) | |
tree | 805f18fe21e73f00d103c57e90249613d13c2236 | |
parent | 3076b0eeb4c0a713dc007985f79422c86c30584f (diff) | |
download | rtic-vscode.tar.gz rtic-vscode.tar.zst rtic-vscode.zip |
feature __v7 added to launchvscode
-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" ], |