mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 01:50:35 +08:00
sdlog2 minor fix
This commit is contained in:
@@ -557,9 +557,6 @@ int sdlog2_thread_main(int argc, char *argv[])
|
||||
|
||||
if (s < 1) {
|
||||
s = 1;
|
||||
|
||||
} else if (s > 640) {
|
||||
s = 640;
|
||||
}
|
||||
|
||||
log_buffer_size = 1024 * s;
|
||||
|
||||
Reference in New Issue
Block a user