Fixed invalid terminal symbol in expect script

This commit is contained in:
AlexanderHD27
2024-09-28 19:52:38 +02:00
parent 1786fa0b41
commit 0dc0f82938
4 changed files with 72 additions and 12 deletions

2
motor-control/firmware/scripts/remote/run_openocd.sh Normal file → Executable file
View File

@@ -1,3 +1,3 @@
#!/usr/bin/bash
src/openocd -f interface/cmsis-dap.cfg -c "bindto 0.0.0.0" -c "adapter speed 5000" -f target/rp2040.cfg -s tcl
openocd -f interface/cmsis-dap.cfg -c "bindto 0.0.0.0" -c "adapter speed 5000" -f target/rp2040.cfg -s tcl