diff options
author | Dave Chapman <dave@dchapman.com> | 2009-09-17 08:24:59 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2009-09-17 08:24:59 +0000 |
commit | 75e301dabb0f78332f00a1e2520210857c7f71d2 (patch) | |
tree | feededd7e1c9ac301294998c7e0dcb2ccda40ba0 /firmware/target | |
parent | 997e6bd7e9a5b4a3ca8540bc9c7814bc4ef5dd24 (diff) |
Fix a comment so that it matches the code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22718 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
-rw-r--r-- | firmware/target/arm/ipod/button-clickwheel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/button-clickwheel.c b/firmware/target/arm/ipod/button-clickwheel.c index 7f631dc3b6..aaf9aefd4e 100644 --- a/firmware/target/arm/ipod/button-clickwheel.c +++ b/firmware/target/arm/ipod/button-clickwheel.c @@ -42,7 +42,7 @@ #define WHEEL_FAST_OFF_TIMEOUT 250000 /* timeout for acceleration = 250ms */ #define WHEEL_REPEAT_TIMEOUT 250000 /* timeout for button repeat = 250ms */ -#define WHEEL_UNTOUCH_TIMEOUT 150000 /* timeout for untouching wheel = 100ms */ +#define WHEEL_UNTOUCH_TIMEOUT 150000 /* timeout for untouching wheel = 150ms */ #define WHEELCLICKS_PER_ROTATION 96 /* wheelclicks per full rotation */ /* This amount of clicks is needed for at least scrolling 1 item. Choose small values |