Skip to content

Commit

Permalink
HevConfig: Set the minimum task stack size to 86016 bytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Jun 30, 2024
1 parent 54eab54 commit 811ade4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hev-config-const.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

static const int UDP_BUF_SIZE = 1500;
static const int UDP_POOL_SIZE = 512;
static const int TASK_STACK_SIZE = 81920;
static const int TASK_STACK_SIZE = 86016;

#endif /* __HEV_CONFIG_CONST_H__ */

0 comments on commit 811ade4

Please sign in to comment.