summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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 867c587794..94c228b9ef 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -43,7 +43,7 @@
43#define PRIORITY_BACKGROUND 8 /* Normal application threads */ 43#define PRIORITY_BACKGROUND 8 /* Normal application threads */
44 44
45#if CONFIG_CODEC == SWCODEC 45#if CONFIG_CODEC == SWCODEC
46#define MAXTHREADS 16 46#define MAXTHREADS 17
47#else 47#else
48#define MAXTHREADS 11 48#define MAXTHREADS 11
49#endif 49#endif