[BL602] Update bl602 to incrase pbuf num

This commit is contained in:
jczhang 2022-09-13 20:39:59 +08:00
parent 78561b2b5f
commit 880fc35190

View File

@ -110,7 +110,7 @@ a lot of data that needs to be copied, this should be set high. */
#define PBUF_POOL_SIZE 200 #define PBUF_POOL_SIZE 200
#else #else
#if defined(CFG_ETHERNET_ENABLE) || defined(BL602_MATTER_SUPPORT) #if defined(CFG_ETHERNET_ENABLE) || defined(BL602_MATTER_SUPPORT)
#define PBUF_POOL_SIZE 12 #define PBUF_POOL_SIZE 16
#else #else
#define PBUF_POOL_SIZE 0 #define PBUF_POOL_SIZE 0
#endif #endif