From 5e243b01d2497a1dd28146f9a975c11130a4e9ca Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 11 Jun 2025 18:36:07 -0600 Subject: README.md: Fix a stray ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-2-g168b