Merge pull request #633 from PX4/fmuv1_ram_cleanup

Fmuv1 ram cleanup
This commit is contained in:
Lorenz Meier 2014-02-05 11:23:47 +01:00
commit 011e9f5a99
1 changed files with 1 additions and 1 deletions

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