From c24929842c14ed67c45a9e074c028f034f048ab6 Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Tue, 28 Nov 2017 19:38:01 -0500 Subject: [PATCH] Minor readme formatting --- Firmware/configuring-vscode.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Firmware/configuring-vscode.md b/Firmware/configuring-vscode.md index f2b54ee4..62368874 100644 --- a/Firmware/configuring-vscode.md +++ b/Firmware/configuring-vscode.md @@ -44,7 +44,8 @@ The solution we have is not the most elegant, and if you know a better way, plea * The processor will reset and halt. * Set your breakpoints. Note: you can only set breakpoints when the processor is halted, if you set them during run mode, they won't get applied. * Run - * When you are done, you must kill the openocd task before you are able to flash the board again: Tasks -> Terminate task -> openocd. + * When you are done, you must kill the openocd task before you are able to flash the board again: + * Tasks -> Terminate task -> openocd ## Cleaning the Build This sometimes needs to be done if you change branches.