usb: fix typo in DEBUGF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31600 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4200e979fa
commit
eb3e1756cf
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ static void usb_set_host_present(bool present)
|
|||
}
|
||||
|
||||
usb_num_acks_to_expect += queue_broadcast(SYS_USB_CONNECTED, 0) - 1;
|
||||
DEBUGF("usb: waiting for %d acks...\n", num_acks_to_expect);
|
||||
DEBUGF("usb: waiting for %d acks...\n", usb_num_acks_to_expect);
|
||||
}
|
||||
|
||||
static bool usb_handle_connected_ack(void)
|
||||
|
|
Loading…
Reference in a new issue