summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index da61d1a632..762e315a4c 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -22,9 +22,9 @@
22#include <stdbool.h> 22#include <stdbool.h>
23 23
24#if CONFIG_CODEC == SWCODEC 24#if CONFIG_CODEC == SWCODEC
25#define MAXTHREADS 14 25#define MAXTHREADS 16
26#else 26#else
27#define MAXTHREADS 9 27#define MAXTHREADS 11
28#endif 28#endif
29 29
30#define DEFAULT_STACK_SIZE 0x400 /* Bytes */ 30#define DEFAULT_STACK_SIZE 0x400 /* Bytes */