summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2012-01-07 16:29:14 +0000
committerAmaury Pouly <pamaury@rockbox.org>2012-01-07 16:29:14 +0000
commited93d123dcf30787cb155a1ec921bbf4143e04c5 (patch)
tree44c2b8e44650e5d107de37560c040435792663a5 /firmware/export/config/sansafuzeplus.h
parent959432d728f6d2fa260943bc897d46cbbfe2ee13 (diff)
downloadrockbox-ed93d123dcf30787cb155a1ec921bbf4143e04c5.tar.gz
rockbox-ed93d123dcf30787cb155a1ec921bbf4143e04c5.zip
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
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h3
1 files changed, 3 insertions, 0 deletions
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 */