Browse Source

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 years ago
parent
commit
77475684be
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/usb.c

+ 1
- 1
teensy4/usb.c View File

@@ -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;

Loading…
Cancel
Save