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 USB BDT clear at startup on Teensy 3.x
https://forum.pjrc.com/threads/61410
main
PaulStoffregen
4 years ago
parent
a7d9bac652
commit
9357593567
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy3/usb_dev.c
+ 1
- 1
teensy3/usb_dev.c
View File
@@ -1169,7 +1169,7 @@ void usb_init(void)
usb_init_serialnumber();
for (i=0; i <
=
NUM_ENDPOINTS*4; i++) {
for (i=0; i <
(
NUM_ENDPOINTS
+1)
*4; i++) {
table[i].desc = 0;
table[i].addr = 0;
}
Write
Preview
Loading…
Cancel
Save