non-posix NuttX feature?

This commit is contained in:
Mark Whitehorn
2016-04-29 09:46:02 -06:00
committed by Lorenz Meier
parent 89294317a1
commit 02b6d25414
+1 -1
View File
@@ -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);