Skip to content

Commit

Permalink
Increase startup delay slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jul 9, 2016
1 parent aeff635 commit bb95e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teensy3/pins_teensy.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ void _init_Teensyduino_internal_(void)
analog_init();
// 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
delay(250);
delay(400);
usb_init();
}

Expand Down

0 comments on commit bb95e54

Please sign in to comment.