Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiFiPhile committed May 12, 2024
1 parent 49e68d4 commit af6e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/device/uac2_speaker_fb/src/usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ uint8_t const desc_bos[] =
// total length, number of device caps
TUD_BOS_DESCRIPTOR(BOS_TOTAL_LEN, 1),

// MUSB 2.0 Extension Descriptor
// USB 2.0 Extension Descriptor
0x07, TUSB_DESC_DEVICE_CAPABILITY, DEVICE_CAPABILITY_USB20_EXTENSION, 0x00, 0x00, 0x00,0x00
};

Expand Down

0 comments on commit af6e5da

Please sign in to comment.