mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
non-posix NuttX feature?
This commit is contained in:
committed by
Lorenz Meier
parent
89294317a1
commit
02b6d25414
@@ -183,7 +183,7 @@ void Logger::run_trampoline(int argc, char *argv[])
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef DBGPRINT
|
||||
#if defined(DBGPRINT) && defined(__PX4_NUTTX)
|
||||
struct mallinfo alloc_info = mallinfo();
|
||||
warnx("largest free chunk: %d bytes", alloc_info.mxordblk);
|
||||
warnx("allocating %d bytes for log_buffer", log_buffer_size);
|
||||
|
||||
Reference in New Issue
Block a user