mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 10:44:07 +08:00
ROMFS: Allocate only 12K buffer for sdlog, now that we do only log at 100 Hz
This commit is contained in:
parent
6ed43cb3a4
commit
7d2536f2dd
@ -11,7 +11,7 @@ then
|
||||
then
|
||||
fi
|
||||
else
|
||||
if sdlog2 start -r 100 -a -b 22 -t
|
||||
if sdlog2 start -r 100 -a -b 12 -t
|
||||
then
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user