Kaynağa Gözat

Fix bcdUSB, was 1.01, not 1.10

main
PaulStoffregen 7 yıl önce
ebeveyn
işleme
72898fdcd4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      teensy3/usb_desc.c

+ 1
- 1
teensy3/usb_desc.c Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet