This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Restore brief delay before USB init
main
PaulStoffregen
10 years ago
parent
1812ad9023
commit
25cc2c3de9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+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();
}
Write
Preview
Loading…
Cancel
Save