Ver código fonte

Restore brief delay before USB init

main
PaulStoffregen 10 anos atrás
pai
commit
25cc2c3de9
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      teensy3/pins_teensy.c

+ 1
- 0
teensy3/pins_teensy.c Ver arquivo

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

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


Carregando…
Cancelar
Salvar