瀏覽代碼

Fix USB audio feedback endpoint attributes

teensy4-core
PaulStoffregen 8 年之前
父節點
當前提交
d46a56a811
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      teensy3/usb_desc.c

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

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

Loading…
取消
儲存