summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-27 22:44:52 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-27 22:44:52 +0000
commit01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd (patch)
tree1c6d47c464c08bba7b0fae5b3ea59a9780797c71 /firmware/drivers
parentd21f8b9ba379847f5ccf324fc2ffb1d6e228a2a1 (diff)
downloadrockbox-01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd.tar.gz
rockbox-01fd2a093be2cc8c85512f89a6e0ac77cf96d8bd.zip
Corrected debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1474 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index fe2e203e5a..18f50b24df 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -311,7 +311,7 @@ static void ata_thread(void)
311 switch ( ev.id ) { 311 switch ( ev.id ) {
312 case SYS_USB_CONNECTED: 312 case SYS_USB_CONNECTED:
313 /* Tell the USB thread that we are safe */ 313 /* Tell the USB thread that we are safe */
314 DEBUGF("backlight_thread got SYS_USB_CONNECTED\n"); 314 DEBUGF("ata_thread got SYS_USB_CONNECTED\n");
315 usb_acknowledge(SYS_USB_CONNECTED_ACK); 315 usb_acknowledge(SYS_USB_CONNECTED_ACK);
316 316
317 /* Wait until the USB cable is extracted again */ 317 /* Wait until the USB cable is extracted again */