Procházet zdrojové kódy

Fix USB audio feedback endpoint attributes

teensy4-core
PaulStoffregen před 8 roky
rodič
revize
d46a56a811
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      teensy3/usb_desc.c

+ 1
- 1
teensy3/usb_desc.c Zobrazit soubor

@@ -1132,7 +1132,7 @@ static uint8_t config_descriptor[CONFIG_DESC_SIZE] = {
9, // bLength
5, // bDescriptorType, 5 = ENDPOINT_DESCRIPTOR
AUDIO_SYNC_ENDPOINT | 0x80, // bEndpointAddress
0x01, // bmAttributes = isochronous
0x11, // bmAttributes = isochronous, feedback
3, 0, // wMaxPacketSize, 3 bytes
1, // bInterval, 1 = every frame
5, // bRefresh, 5 = 32ms

Načítá se…
Zrušit
Uložit