Skip to content

Commit

Permalink
Increaes CHIP_CONFIG_LAMBDA_EVENT_SIZE from 16 to 24 (#22378)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 23, 2023
1 parent 91826fc commit 2935177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ extern const char CHIP_NON_PRODUCTION_MARKER[];
* @brief The maximum size of the lambda which can be post into system event queue.
*/
#ifndef CHIP_CONFIG_LAMBDA_EVENT_SIZE
#define CHIP_CONFIG_LAMBDA_EVENT_SIZE (16)
#define CHIP_CONFIG_LAMBDA_EVENT_SIZE (24)
#endif

/**
Expand Down

0 comments on commit 2935177

Please sign in to comment.