Explorar el Código

Restore brief delay before USB init

teensy4-core
PaulStoffregen hace 11 años
padre
commit
25cc2c3de9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      teensy3/pins_teensy.c

+ 1
- 0
teensy3/pins_teensy.c Ver fichero

@@ -361,6 +361,7 @@ void _init_Teensyduino_internal_(void)

analog_init();
//delay(100); // TODO: this is not necessary, right?
delay(4);
usb_init();
}


Cargando…
Cancelar
Guardar