This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update usb.c so MTP_repsonder can work at 600Mhz
main
Mike S
4 years ago
parent
b7be970f5e
commit
604f608b03
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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)
{
#if
0
#if
#ifdef USB_MTPDISK
uint32_t status, cmd;
//int count=0;
cmd = USB1_USBCMD;
Write
Preview
Loading…
Cancel
Save