1
0
Fork 0
forked from len0rd/rockbox

Correct the comment to match the new code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-02-05 21:26:22 +00:00
parent c4c7ff700c
commit 2f11278b59

View file

@ -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);