tests: usb: desc_sections: raise the description span to 201

Raise the descriptor table span to 201 due to the inclusion of the USB
configuration descriptor.

Tested with:
$ west build -p -b it82xx2_evb tests/subsys/usb/desc_sections
  -T usb.desc_sections

Signed-off-by: Ren Chen <Ren.Chen@ite.com.tw>
This commit is contained in:
Ren Chen 2024-06-25 12:30:26 +08:00 committed by Anas Nashif
commit aa3470ba7e

View file

@ -35,7 +35,11 @@ struct usb_test_config {
#define TEST_BULK_EP_MPS 64
#endif
#if defined(CONFIG_USB_CONFIGURATION_STRING_DESC_ENABLE)
#define TEST_DESCRIPTOR_TABLE_SPAN 201
#else
#define TEST_DESCRIPTOR_TABLE_SPAN 157
#endif
#define INITIALIZER_IF \
{ \