Explorar el Código

Fix bcdUSB, was 1.01, not 1.10

teensy4-core
PaulStoffregen hace 7 años
padre
commit
72898fdcd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy3/usb_desc.c

+ 1
- 1
teensy3/usb_desc.c Ver fichero

@@ -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

Cargando…
Cancelar
Guardar