소스 검색

Increase startup delay slightly

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

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

@@ -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();
}


Loading…
취소
저장