fix posix build

This commit is contained in:
Mark Whitehorn 2016-04-29 10:35:37 -06:00 committed by Lorenz Meier
parent 02b6d25414
commit 90ce04654d
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ void Logger::run_trampoline(int argc, char *argv[])
} else {
#ifdef DBGPRINT
#if defined(DBGPRINT) && defined(__PX4_NUTTX)
alloc_info = mallinfo();
warnx("remaining free heap: %d bytes", alloc_info.fordblks);
#endif /* DBGPRINT */