summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-11 18:36:07 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-12 02:10:45 -0600
commit5e243b01d2497a1dd28146f9a975c11130a4e9ca (patch)
tree2c3cab87aae9e344266f64470724f37951b07bac
parent7146166ce00e1f6ad3a35d7e1e4bf778b74272e1 (diff)
README.md: Fix a stray `
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ad8158..63e6031 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ There are several ways of putting this firmware file onto the harness:
If OpenOCD is not already running:
```
- openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program $PWD/build/rp2040-Debug/cmd/sbc_harness/sbc_harness.elf reset exit"`
+ openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program $PWD/build/rp2040-Debug/cmd/sbc_harness/sbc_harness.elf reset exit"
```
If OpenOCD is already running: