From 552687a729c511262e10bfa0755d1128f72ed800 Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Wed, 25 Nov 2020 23:13:59 +0100 Subject: [PATCH] feature __v7 added to launch --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6800fc4d42..df58e32a70 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" ],