startup: make sdlog2 working again on FMUv1

This commit is contained in:
Julian Oes 2014-02-04 16:52:47 +01:00
parent 1168615a7c
commit d5caffa845

View File

@ -8,7 +8,7 @@ then
if hw_ver compare PX4FMU_V1
then
echo "Start sdlog2 at 50Hz"
sdlog2 start -r 50 -a -b 16 -t
sdlog2 start -r 50 -a -b 8 -t
else
echo "Start sdlog2 at 200Hz"
sdlog2 start -r 200 -a -b 16 -t