Quellcode durchsuchen

Increase startup delay slightly

main
PaulStoffregen vor 9 Jahren
Ursprung
Commit
bb95e546fe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      teensy3/pins_teensy.c

+ 1
- 1
teensy3/pins_teensy.c Datei anzeigen

analog_init(); analog_init();
// for background about this startup delay, please see this conversation // for background about this startup delay, please see this conversation
// 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(250);
delay(400);
usb_init(); usb_init();
} }



Laden…
Abbrechen
Speichern