소스 검색

Start USB sooner during delay before running user code

main
PaulStoffregen 7 년 전
부모
커밋
da92eda747
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      teensy3/pins_teensy.c

+ 2
- 1
teensy3/pins_teensy.c 파일 보기

@@ -583,8 +583,9 @@ void _init_Teensyduino_internal_(void)
// 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/31290-Teensey-3-2-Teensey-Loader-1-24-Issues?p=87273&viewfull=1#post87273
delay(400);
delay(50);
usb_init();
delay(350);
}



Loading…
취소
저장