lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] contrib/apps/shell/shell.c and MEM_SIZE_F


From: Gisle Vanem
Subject: [lwip-devel] contrib/apps/shell/shell.c and MEM_SIZE_F
Date: Sat, 24 Sep 2011 13:51:05 +0200

In this file shell.c there is things like:

 len = (u16_t)sprintf(buf, " * available %"MEM_SIZE_F NEWLINE, elem->avail);

But MEM_SIZE_F in "mem.h" is only defined when MEM_LIBC_MALLOC is 0.
So shell.c doesn't compile.

--gv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]