[LPC4088]: Networking was broking when splitting peripheral RAM into two sections

pull/120/head
Andreas Rebert 2013-12-06 15:36:37 +01:00
parent 1dbb6d9c90
commit 4109fb7d07
1 changed files with 4 additions and 0 deletions

View File

@ -48,7 +48,11 @@
// 32-bit alignment
#define MEM_ALIGNMENT 4
#if defined(TARGET_LPC4088)
#define MEM_SIZE 15360
#elif
#define MEM_SIZE 16362
#endif
#define PBUF_POOL_SIZE 5
#define MEMP_NUM_TCP_PCB_LISTEN 4