diff options
author | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 15:57:53 +0000 |
---|---|---|
committer | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 15:57:53 +0000 |
commit | e5c815272dc8436f487c3b6ed238d80910f0fde0 (patch) | |
tree | 9aaec54573b7abe28b5d0b4db98d36abdf3e39d5 /apps/plugins/battery_bench.c | |
parent | b3c18aeb4da93fe07a5021ad0405c2349d7d793e (diff) |
Add more information to the battery debug screen for Nano2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24723 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/battery_bench.c')
-rw-r--r-- | apps/plugins/battery_bench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index e4e399ff7b..6eda335bc7 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -30,7 +30,7 @@ PLUGIN_HEADER #define EV_EXIT 1337 /* seems to work with 1300, but who knows... */ -#define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x200 +#define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x1200 #if CONFIG_KEYPAD == RECORDER_PAD |