summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index b079628f23..bced98ea23 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -39,7 +39,7 @@
39#define PRIORITY_BACKGROUND 8 /* Normal application threads */ 39#define PRIORITY_BACKGROUND 8 /* Normal application threads */
40 40
41#if CONFIG_CODEC == SWCODEC 41#if CONFIG_CODEC == SWCODEC
42#define MAXTHREADS 15 42#define MAXTHREADS 16
43#else 43#else
44#define MAXTHREADS 11 44#define MAXTHREADS 11
45#endif 45#endif