mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
14bead366a
This reverts commit 255c89c6ab.
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
sudo openocd -f "interface/stlink.cfg" -c "transport select hla_swd" -f "target/stm32h7x.cfg" -c "init"
|