Browse Source

Restore brief delay before USB init

teensy4-core
PaulStoffregen 11 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



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



Loading…
Cancel
Save