Browse Source

AP_Beacon: fixed reference to -debug build directory

master
Andrew Tridgell 7 years ago
parent
commit
9fc451a615
  1. 2
      libraries/AP_Beacon/examples/AP_Marvelmind_test/inject_marvelmind_dump.sh

2
libraries/AP_Beacon/examples/AP_Marvelmind_test/inject_marvelmind_dump.sh

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
./waf configure --board=linux --debug
./waf build --target=examples/AP_Marvelmind_test -j6
repo_root="$(git rev-parse --show-toplevel)/"
"$repo_root/build/linux-debug/examples/AP_Marvelmind_test" -A tcp:127.0.0.1:5111 &
"$repo_root/build/linux/examples/AP_Marvelmind_test" -A tcp:127.0.0.1:5111 &
sleep 1
cat ${repo_root}/libraries/AP_Beacon/examples/AP_Marvelmind_test/sample.dump| socat - tcp:127.0.0.1:5111
wait

Loading…
Cancel
Save