summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 77cd89f13f..7d37d051c9 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -946,7 +946,6 @@ static void ata_thread(void)
946 case SYS_USB_DISCONNECTED: 946 case SYS_USB_DISCONNECTED:
947 /* Tell the USB thread that we are ready again */ 947 /* Tell the USB thread that we are ready again */
948 DEBUGF("ata_thread got SYS_USB_DISCONNECTED\n"); 948 DEBUGF("ata_thread got SYS_USB_DISCONNECTED\n");
949 usb_acknowledge(SYS_USB_DISCONNECTED_ACK);
950 usb_mode = false; 949 usb_mode = false;
951 break; 950 break;
952#endif 951#endif