1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/Project/gdb/revolution

5 lines
95 B
Plaintext
Raw Normal View History

2011-11-02 19:20:39 +01:00
define connect
target remote localhost:3333
file ./build/fw_revolution/fw_revolution.elf
2011-11-02 19:20:39 +01:00
end