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
Add comment about forcing 12 Mbit/sec USB on Teensy 4.x
main
PaulStoffregen
4 years ago
parent
6cbabcd3c7
commit
9f7a6e426d
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
+1
-0
teensy4/usb.c
+ 1
- 0
teensy4/usb.c
View File
USB1_USBCMD = USB_USBCMD_RS;
USB1_USBCMD = USB_USBCMD_RS;
//transfer_log_head = 0;
//transfer_log_head = 0;
//transfer_log_count = 0;
//transfer_log_count = 0;
//USB1_PORTSC1 |= USB_PORTSC1_PFSC; // force 12 Mbit/sec
}
}
Write
Preview
Loading…
Cancel
Save