diff options
author | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 16:12:21 +0000 |
---|---|---|
committer | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 16:12:21 +0000 |
commit | 04ea85fb8897d3981ef687bbb970d31a110f82d8 (patch) | |
tree | d3be1a537f944210f6bf64d1b0e2284e0c5d05d0 /apps/plugins/battery_bench.c | |
parent | e5c815272dc8436f487c3b6ed238d80910f0fde0 (diff) | |
download | rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.tar.gz rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.zip |
Revert accidental changes from r24723
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24724 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 6eda335bc7..e4e399ff7b 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c | |||
@@ -30,7 +30,7 @@ PLUGIN_HEADER | |||
30 | #define EV_EXIT 1337 | 30 | #define EV_EXIT 1337 |
31 | 31 | ||
32 | /* seems to work with 1300, but who knows... */ | 32 | /* seems to work with 1300, but who knows... */ |
33 | #define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x1200 | 33 | #define THREAD_STACK_SIZE DEFAULT_STACK_SIZE + 0x200 |
34 | 34 | ||
35 | #if CONFIG_KEYPAD == RECORDER_PAD | 35 | #if CONFIG_KEYPAD == RECORDER_PAD |
36 | 36 | ||