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:
parent
c4c7ff700c
commit
2f11278b59
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue