update submodules

This commit is contained in:
2021-12-12 14:32:03 +01:00
parent 64e9291a09
commit fa4376d450
3 changed files with 3 additions and 6 deletions

5
.vscode/tasks.json vendored
View File

@ -144,7 +144,6 @@
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "blinky-button-rtic",
"--features", "rt"
],
"group": {
"kind": "build",
@ -156,8 +155,7 @@
"type": "shell",
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "adxl343-accelerometer",
"--features", "rt"
"build", "-p", "vorago-reb1", "--example", "adxl343-accelerometer"
],
"group": {
"kind": "build",
@ -170,7 +168,6 @@
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
"args": [
"build", "-p", "vorago-reb1", "--example", "max11619-adc",
"--features", "rt"
],
"group": {
"kind": "build",