Merge branch 'sdlog2_timestamp' into beta

This commit is contained in:
Anton Babushkin
2014-01-19 23:25:48 +01:00
4 changed files with 204 additions and 124 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ then
if hw_ver compare PX4FMU_V1
then
echo "Start sdlog2 at 50Hz"
sdlog2 start -r 50 -a -b 16
sdlog2 start -r 50 -a -b 16 -t
else
echo "Start sdlog2 at 200Hz"
sdlog2 start -r 200 -a -b 16
sdlog2 start -r 200 -a -b 16 -t
fi
fi