diff --git a/.vscode/launch.json b/.vscode/launch.json index da5f276..c0eeae7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "type": "cortex-debug", "cwd": "${workspaceRoot}", "servertype": "openocd", - "executable": "build/uberdevice.elf", + "executable": "build/${workspaceFolderBasename}.elf", "svdFile": "target/STM32F103xx.svd", "configFiles": [ "target/stlink.cfg",