aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32f4/.vscode/launch.json2
-rw-r--r--examples/stm32f4/.vscode/tasks.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f4/.vscode/launch.json b/examples/stm32f4/.vscode/launch.json
index a9849e0da..20cd4d2e8 100644
--- a/examples/stm32f4/.vscode/launch.json
+++ b/examples/stm32f4/.vscode/launch.json
@@ -15,7 +15,7 @@
15 "cwd": "${workspaceRoot}", 15 "cwd": "${workspaceRoot}",
16 "preLaunchTask": "Cargo Build (debug)", 16 "preLaunchTask": "Cargo Build (debug)",
17 "runToEntryPoint": "main", 17 "runToEntryPoint": "main",
18 "executable": "./target/thumbv7em-none-eabihf/debug/pwm_input", 18 "executable": "./target/thumbv7em-none-eabihf/debug/input_capture",
19 /* Run `cargo build --example itm` and uncomment this line to run itm example */ 19 /* Run `cargo build --example itm` and uncomment this line to run itm example */
20 // "executable": "./target/thumbv7em-none-eabihf/debug/examples/itm", 20 // "executable": "./target/thumbv7em-none-eabihf/debug/examples/itm",
21 "device": "STM32F446RET6", 21 "device": "STM32F446RET6",
diff --git a/examples/stm32f4/.vscode/tasks.json b/examples/stm32f4/.vscode/tasks.json
index de7013b12..e153722da 100644
--- a/examples/stm32f4/.vscode/tasks.json
+++ b/examples/stm32f4/.vscode/tasks.json
@@ -9,7 +9,7 @@
9 ], 9 ],
10 "args": [ 10 "args": [
11 "--bin", 11 "--bin",
12 "pwm_input" 12 "input_capture"
13 ], 13 ],
14 "group": { 14 "group": {
15 "kind": "build", 15 "kind": "build",