diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-11 18:36:07 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-12 02:10:45 -0600 |
commit | 5e243b01d2497a1dd28146f9a975c11130a4e9ca (patch) | |
tree | 2c3cab87aae9e344266f64470724f37951b07bac | |
parent | 7146166ce00e1f6ad3a35d7e1e4bf778b74272e1 (diff) |
README.md: Fix a stray `
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |