瀏覽代碼

Fix bcdUSB, was 1.01, not 1.10

teensy4-core
PaulStoffregen 7 年之前
父節點
當前提交
72898fdcd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      teensy3/usb_desc.c

+ 1
- 1
teensy3/usb_desc.c 查看文件

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

Loading…
取消
儲存