diff --git a/src/platform/nxp/k32w/k32w0/CHIPDevicePlatformConfig.h b/src/platform/nxp/k32w/k32w0/CHIPDevicePlatformConfig.h index 2c4373cb86b8bc..65978d928a03ee 100644 --- a/src/platform/nxp/k32w/k32w0/CHIPDevicePlatformConfig.h +++ b/src/platform/nxp/k32w/k32w0/CHIPDevicePlatformConfig.h @@ -73,6 +73,9 @@ #define CHIP_DEVICE_CONFIG_THREAD_TASK_STACK_SIZE 3072 #endif // CHIP_DEVICE_CONFIG_THREAD_TASK_STACK_SIZE +// Max size of event queue +#define CHIP_DEVICE_CONFIG_MAX_EVENT_QUEUE_SIZE 75 + #ifndef CHIP_DEVICE_CONFIG_BLE_APP_TASK_NAME #define CHIP_DEVICE_CONFIG_BLE_APP_TASK_NAME "BLE App Task" #endif // CHIP_DEVICE_CONFIG_BLE_APP_TASK_NAME