Selaa lähdekoodia

Fix USB BDT clear at startup on Teensy 3.x

https://forum.pjrc.com/threads/61410
main
PaulStoffregen 4 vuotta sitten
vanhempi
commit
9357593567
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      teensy3/usb_dev.c

+ 1
- 1
teensy3/usb_dev.c Näytä tiedosto

@@ -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;
}

Loading…
Peruuta
Tallenna