From 40c7551013a51a2f65ed1d9a0675f264d7195b34 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 5 Jan 2009 10:57:12 +0000 Subject: Unless I'm severely mistaken, we can drop a thread slot now since mpegplayer creates one less thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19686 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/thread.h b/firmware/export/thread.h index 4c1e952347..7fe128d599 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -61,9 +61,9 @@ #if CONFIG_CODEC == SWCODEC #ifdef HAVE_RECORDING -#define BASETHREADS 18 -#else #define BASETHREADS 17 +#else +#define BASETHREADS 16 #endif #else -- cgit v1.2.3