[minip][pktbuf] Move pktbuf allocation to a common pool
Rather than having a pool for pktbuf buffers and a pool for pktbufs, move them to a common pool.
This commit is contained in:
@@ -19,7 +19,7 @@ GLOBAL_DEFINES += \
|
||||
PLL_N_VALUE=336 \
|
||||
PLL_P_VALUE=2 \
|
||||
\
|
||||
PKTBUF_COUNT=8
|
||||
PKTBUF_POOL_SIZE=16
|
||||
|
||||
|
||||
GLOBAL_INCLUDES += $(LOCAL_DIR)/include
|
||||
|
||||
Reference in New Issue
Block a user