From 6eafd48cec1895c5426961c4a54d0e22d58deb4d Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Wed, 5 Apr 2006 08:33:20 +0000 Subject: Fix bug #5037, spotted by David Rothenberger, also increase the max threads' count by 2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9512 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') 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 @@ #include #if CONFIG_CODEC == SWCODEC -#define MAXTHREADS 14 +#define MAXTHREADS 16 #else -#define MAXTHREADS 9 +#define MAXTHREADS 11 #endif #define DEFAULT_STACK_SIZE 0x400 /* Bytes */ -- cgit v1.2.3