diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-02-05 21:26:22 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-02-05 21:26:22 +0000 |
| commit | 2f11278b5923adc41e8f285f59bf6b7747340a31 (patch) | |
| tree | db6b25c4a13634a2dd924f64377c81d907668990 | |
| parent | c4c7ff700cd7eae36d624c8936fc62f5cbe885f7 (diff) | |
| download | rockbox-2f11278b5923adc41e8f285f59bf6b7747340a31.zip rockbox-2f11278b5923adc41e8f285f59bf6b7747340a31.tar.gz rockbox-2f11278b5923adc41e8f285f59bf6b7747340a31.tar.bz2 rockbox-2f11278b5923adc41e8f285f59bf6b7747340a31.tar.xz | |
Correct the comment to match the new code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8593 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c index 368f5be..b2f4f20 100644 --- a/firmware/drivers/button.c +++ b/firmware/drivers/button.c @@ -208,7 +208,7 @@ static int ipod_4g_button_read(void) void ipod_4g_button_int(void) { CPU_HI_INT_CLR = I2C_MASK; - /* The following delay was 250 in the ipodlinux source, but 10 seems to + /* The following delay was 250 in the ipodlinux source, but 50 seems to work fine - tested on Nano, Color/Photo and Video. */ udelay(50); outl(0x0, 0x7000c140); |