[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #7136] Centralize mempool settings in separate file
From: |
Jared Grubb |
Subject: |
[lwip-devel] [task #7136] Centralize mempool settings in separate file |
Date: |
Wed, 01 Aug 2007 00:32:47 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 |
Follow-up Comment #1, task #7136 (project lwip):
Sorry, COPY-PASTE error. The fixed lines are (removed the + from the end of
the first line shown here):
// bad version (actually still compiles, but should be changed)
static u8_t memp_memory[MEM_ALIGNMENT - 1 +
#define LWIP_MEMPOOL(name,num,size,desc) + MEMP_TYPE_SIZE(num,size)
// fixed
static u8_t memp_memory[MEM_ALIGNMENT - 1
#define LWIP_MEMPOOL(name,num,size,desc) + MEMP_TYPE_SIZE(num,size)
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?7136>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/