update credits
[librepilot.git] / flight / Project / gdb / osd
blob291b0570a34f063e208f90370ebf25023e978f86
1 define connect
2         target remote localhost:3333
3         file ./build/fw_osd/fw_osd.elf
4 end