Explorar el Código

Fix USB BDT clear at startup on Teensy 3.x

https://forum.pjrc.com/threads/61410
main
PaulStoffregen hace 4 años
padre
commit
9357593567
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy3/usb_dev.c

+ 1
- 1
teensy3/usb_dev.c Ver fichero

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

Cargando…
Cancelar
Guardar