1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Amaury Pouly 2012-01-07 16:29:14 +00:00
parent 959432d728
commit ed93d123dc

View file

@ -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 */