summaryrefslogtreecommitdiff
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/thread.h')
-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 b079628..bced98e 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -39,7 +39,7 @@
#define PRIORITY_BACKGROUND 8 /* Normal application threads */
#if CONFIG_CODEC == SWCODEC
-#define MAXTHREADS 15
+#define MAXTHREADS 16
#else
#define MAXTHREADS 11
#endif