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
Fix bcdUSB, was 1.01, not 1.10
main
PaulStoffregen
6 years ago
parent
4c72e401e3
commit
72898fdcd4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy3/usb_desc.c
+ 1
- 1
teensy3/usb_desc.c
View File
@@ -68,7 +68,7 @@
static uint8_t device_descriptor[] = {
18, // bLength
1, // bDescriptorType
0x
0
1, 0x01, // bcdUSB
0x1
0
, 0x01, // bcdUSB
#ifdef DEVICE_CLASS
DEVICE_CLASS, // bDeviceClass
#else
Write
Preview
Loading…
Cancel
Save