Explorar el Código
Update usb.c
To allow future MTP_SERIAL implementations and facilitate use of MTP_t4, that provides possibility of MTP_SERIAL
main
WMXZ-EU
hace 4 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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; |