Reduce expansion control thread stack size, add comments

This commit is contained in:
Georgii Surkov
2024-02-06 16:38:54 +03:00
parent 6846e808cf
commit 3721a71eab
3 changed files with 62 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
#define TAG "ExpansionSrv"
#define EXPANSION_CONTROL_QUEUE_SIZE (8UL)
#define EXPANSION_CONTROL_STACK_SIZE (1024UL)
#define EXPANSION_CONTROL_STACK_SIZE (768UL)
typedef enum {
ExpansionStateDisabled,