diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-05-19 17:34:12 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-05-19 17:34:12 +0000 |
| commit | 0b28594036f0350bd2e9d3074a8284b38e36fadd (patch) | |
| tree | fee3f199277263b68b43e92e7eed207698f29252 /firmware/export | |
| parent | 9c774b3849b397345040fa064081368e17ed663e (diff) | |
| download | rockbox-0b28594036f0350bd2e9d3074a8284b38e36fadd.zip rockbox-0b28594036f0350bd2e9d3074a8284b38e36fadd.tar.gz rockbox-0b28594036f0350bd2e9d3074a8284b38e36fadd.tar.bz2 rockbox-0b28594036f0350bd2e9d3074a8284b38e36fadd.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 8b2ffb3..a21eb34 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -73,7 +73,7 @@ /* define to activate advanced wheel acceleration code */ #define HAVE_WHEEL_ACCELERATION /* define from which rotation speed [degree/sec] on the acceleration starts */ -#define WHEEL_ACCEL_START 540 +#define WHEEL_ACCEL_START 720 /* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */ #define WHEEL_ACCELERATION 1 |