usb: fix another typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31601 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eb3e1756cf
commit
279e90e654
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ static bool usb_handle_connected_ack(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DEBUGF("usb: got ack, %d to go...\n", num_acks_to_expect);
|
DEBUGF("usb: got ack, %d to go...\n", usb_num_acks_to_expect);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue