mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Reduce expansion control thread stack size, add comments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user