summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-19 17:34:12 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-19 17:34:12 +0000
commit0b28594036f0350bd2e9d3074a8284b38e36fadd (patch)
treefee3f199277263b68b43e92e7eed207698f29252 /firmware/export
parent9c774b3849b397345040fa064081368e17ed663e (diff)
downloadrockbox-0b28594036f0350bd2e9d3074a8284b38e36fadd.tar.gz
rockbox-0b28594036f0350bd2e9d3074a8284b38e36fadd.zip
Revert r26060. A better fix was found. The acceleration should be fixed once for all now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26175 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sansafuzev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 8b2ffb3d93..a21eb34f94 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -73,7 +73,7 @@
73/* define to activate advanced wheel acceleration code */ 73/* define to activate advanced wheel acceleration code */
74#define HAVE_WHEEL_ACCELERATION 74#define HAVE_WHEEL_ACCELERATION
75/* define from which rotation speed [degree/sec] on the acceleration starts */ 75/* define from which rotation speed [degree/sec] on the acceleration starts */
76#define WHEEL_ACCEL_START 540 76#define WHEEL_ACCEL_START 720
77/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ 77/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
78#define WHEEL_ACCELERATION 1 78#define WHEEL_ACCELERATION 1
79 79