feature __v7 added to launch

This commit is contained in:
Per Lindgren 2020-11-25 23:13:59 +01:00
parent 3076b0eeb4
commit 552687a729

2
.vscode/tasks.json vendored
View file

@ -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"
],