Explorar el Código

Update usb.c so MTP_repsonder can work at 600Mhz

main
Mike S hace 4 años
padre
commit
604f608b03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy4/usb.c

+ 1
- 1
teensy4/usb.c Ver fichero

@@ -999,7 +999,7 @@ void usb_receive(int endpoint_number, transfer_t *transfer)

uint32_t usb_transfer_status(const transfer_t *transfer)
{
#if 0
#if #ifdef USB_MTPDISK
uint32_t status, cmd;
//int count=0;
cmd = USB1_USBCMD;

Cargando…
Cancelar
Guardar