mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
feature __v7 added to launch
This commit is contained in:
parent
3076b0eeb4
commit
552687a729
1 changed files with 1 additions and 1 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -3,7 +3,7 @@
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"type": "cargo",
|
"type": "cargo",
|
||||||
"command": "build --example ${fileBasenameNoExtension} --target thumbv7m-none-eabi",
|
"command": "build --example ${fileBasenameNoExtension} --target thumbv7m-none-eabi --features __v7",
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$rustc"
|
"$rustc"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue