Procházet zdrojové kódy

Start USB sooner during delay before running user code

teensy4-core
PaulStoffregen před 8 roky
rodič
revize
da92eda747
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      teensy3/pins_teensy.c

+ 2
- 1
teensy3/pins_teensy.c Zobrazit soubor

// for background about this startup delay, please see these conversations // for background about this startup delay, please see these conversations
// https://forum.pjrc.com/threads/36606-startup-time-(400ms)?p=113980&viewfull=1#post113980 // https://forum.pjrc.com/threads/36606-startup-time-(400ms)?p=113980&viewfull=1#post113980
// https://forum.pjrc.com/threads/31290-Teensey-3-2-Teensey-Loader-1-24-Issues?p=87273&viewfull=1#post87273 // https://forum.pjrc.com/threads/31290-Teensey-3-2-Teensey-Loader-1-24-Issues?p=87273&viewfull=1#post87273
delay(400);
delay(50);
usb_init(); usb_init();
delay(350);
} }





Načítá se…
Zrušit
Uložit