mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 05:37:36 +08:00
ROMFS: Allocate only 12K buffer for sdlog, now that we do only log at 100 Hz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user