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
Fix dumb mistake on my part - thanksKurt
main
Mike S
4 years ago
parent
604f608b03
commit
90e1ea9798
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
#ifdef USB_MTPDISK
#ifdef USB_MTPDISK
uint32_t status, cmd;
//int count=0;
cmd = USB1_USBCMD;
Write
Preview
Loading…
Cancel
Save