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:
parent
fdd488b38e
commit
aa3470ba7e
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue