diff --git a/.vscode/launch.json b/.vscode/launch.json index 672a8ec..eae96f5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -29,7 +29,7 @@ "servertype": "stlink", "device": "STM32H723VGT", //MCU used, ex. "STM32H735IG" "interface": "swd", - "serialNumber": "", //Set ST-Link ID if you use multiple at the same time + "serialNumber": "002800223232511939353236", //Set ST-Link ID if you use multiple at the same time "runToEntryPoint": "main", "svdFile": "STM32H723.svd", //Path to SVD file to see registers "v1": false,