diff --git a/.vscode/launch.json b/.vscode/launch.json
index 6bd3c7c628a2d668952a4ceb29f115871f8dd191..785c352a3d3569853f66bdc9cd77bc5b3a4cbc9b 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