Sfoglia il codice sorgente
Update usb.c
To allow future MTP_SERIAL implementations and facilitate use of MTP_t4, that provides possibility of MTP_SERIAL
main
WMXZ-EU
4 anni fa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
teensy4/usb.c
|
|
@@ -999,7 +999,7 @@ void usb_receive(int endpoint_number, transfer_t *transfer) |
|
|
|
|
|
|
|
uint32_t usb_transfer_status(const transfer_t *transfer) |
|
|
|
{ |
|
|
|
#ifdef USB_MTPDISK |
|
|
|
#if defined(USB_MTPDISK) || defined(USB_MTPDISK_SERIAL) |
|
|
|
uint32_t status, cmd; |
|
|
|
//int count=0; |
|
|
|
cmd = USB1_USBCMD; |