From ed93d123dcf30787cb155a1ec921bbf4143e04c5 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 7 Jan 2012 16:29:14 +0000 Subject: fuze+: #define TARGET_EXTRA_THREADS because of the extra touchpad thread. Should fix mpeg player not working git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31596 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzeplus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index 1c8fdadb31..a0d909de11 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -133,6 +133,9 @@ #define NUM_DRIVES 2 #define HAVE_HOTSWAP +/* Extra threads: touchpad */ +#define TARGET_EXTRA_THREADS 1 + /* todo */ #define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 550 /* min. capacity selectable */ -- cgit v1.2.3