forked from len0rd/rockbox
Corrected debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1474 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d21f8b9ba3
commit
01fd2a093b
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ static void ata_thread(void)
|
||||||
switch ( ev.id ) {
|
switch ( ev.id ) {
|
||||||
case SYS_USB_CONNECTED:
|
case SYS_USB_CONNECTED:
|
||||||
/* Tell the USB thread that we are safe */
|
/* Tell the USB thread that we are safe */
|
||||||
DEBUGF("backlight_thread got SYS_USB_CONNECTED\n");
|
DEBUGF("ata_thread got SYS_USB_CONNECTED\n");
|
||||||
usb_acknowledge(SYS_USB_CONNECTED_ACK);
|
usb_acknowledge(SYS_USB_CONNECTED_ACK);
|
||||||
|
|
||||||
/* Wait until the USB cable is extracted again */
|
/* Wait until the USB cable is extracted again */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue