summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525v2.c')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 45525610b3..929a036935 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -700,9 +700,6 @@ static void sd_thread(void)
700 usb_wait_for_disconnect(&sd_queue); 700 usb_wait_for_disconnect(&sd_queue);
701 701
702 break; 702 break;
703 case SYS_USB_DISCONNECTED:
704 usb_acknowledge(SYS_USB_DISCONNECTED_ACK);
705 break;
706 } 703 }
707 } 704 }
708} 705}