Re: lwIP upgrade to CVS HEAD
David Fernandez <[email protected]>
| Newsgroups | gmane.os.ecos.devel |
|---|---|
| Message-ID | <[email protected]> |
John Dallaway wrote:
> There's some scope for improving the dependency info. For example,
> CYGIMP_LWIP_MEMP_MEM_MALLOC could specify:
>
> requires { CYGINT_ISO_MEMALLOC != 0 }
> default_value { CYGINT_ISO_MEMALLOC != 0 }
>
Shouldn't it use "calculated_value" instead of "default_value"?
Cheers