Browse Source

example_app/lwipopts.h: fix compiler error in init.c checks

master
Simon Goldschmidt 8 years ago
parent
commit
866db8b37a
  1. 2
      examples/example_app/lwipopts.h

2
examples/example_app/lwipopts.h

@ -158,7 +158,7 @@ a lot of data that needs to be copied, this should be set high. */
/* ---------- Pbuf options ---------- */
/* PBUF_POOL_SIZE: the number of buffers in the pbuf pool. */
#define PBUF_POOL_SIZE 100
#define PBUF_POOL_SIZE 120
/* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. */
#define PBUF_POOL_BUFSIZE 256

Loading…
Cancel
Save