From 324119eae67f6e8521a473e657fefc0a397a8d72 Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Sun, 11 Feb 2018 13:51:30 +0100
Subject: [PATCH] fix launch

---
 .vscode/launch.json | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 6bd3c7c..785c352 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -103,20 +103,20 @@
             //         "format": "console",
             //     ]
             // ]
-        ],
-        "cwd": "${workspaceRoot}"
-    },
-    {
-        "type": "cortex-debug",
-        "request": "launch",
-        "servertype": "openocd",
-        "name": "c rtfm-serial-dma-tx",
-        "executable": "./target/thumbv7em-none-eabihf/debug/examples/rtfm-serial-dma-tx",
-        "configFiles": [
-            "interface/stlink.cfg",
-            "target/stm32f4x.cfg"
-        ],
-        "cwd": "${workspaceRoot}"
-    }
-]
+            // ],
+            "cwd": "${workspaceRoot}"
+        },
+        {
+            "type": "cortex-debug",
+            "request": "launch",
+            "servertype": "openocd",
+            "name": "c rtfm-serial-dma-tx",
+            "executable": "./target/thumbv7em-none-eabihf/debug/examples/rtfm-serial-dma-tx",
+            "configFiles": [
+                "interface/stlink.cfg",
+                "target/stm32f4x.cfg"
+            ],
+            "cwd": "${workspaceRoot}"
+        }
+    ]
 }
\ No newline at end of file
-- 
GitLab