Browse Source

Restore brief delay before USB init

main
PaulStoffregen 10 years ago
parent
commit
25cc2c3de9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      teensy3/pins_teensy.c

+ 1
- 0
teensy3/pins_teensy.c View File

@@ -361,6 +361,7 @@ void _init_Teensyduino_internal_(void)

analog_init();
//delay(100); // TODO: this is not necessary, right?
delay(4);
usb_init();
}


Loading…
Cancel
Save