Parcourir la source

Fix bcdUSB, was 1.01, not 1.10

main
PaulStoffregen il y a 6 ans
Parent
révision
72898fdcd4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      teensy3/usb_desc.c

+ 1
- 1
teensy3/usb_desc.c Voir le fichier

@@ -68,7 +68,7 @@
static uint8_t device_descriptor[] = {
18, // bLength
1, // bDescriptorType
0x01, 0x01, // bcdUSB
0x10, 0x01, // bcdUSB
#ifdef DEVICE_CLASS
DEVICE_CLASS, // bDeviceClass
#else

Chargement…
Annuler
Enregistrer