소스 검색
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 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
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; |