summaryrefslogtreecommitdiff
path: root/tests/support
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-27 16:19:22 +0700
committerhathach <[email protected]>2013-06-27 16:19:22 +0700
commit3bca56665cb802e6e599fb4a1a2be5dd6e64b70b (patch)
treeee67c6bac3050face4e8747b38317dfa2aba4927 /tests/support
parentc81c4bb817925f385b45c46857b3f0630edb99ed (diff)
add mutex support for osal
add test for mutex in test_osal_none.c implement usbh_control_xfer using mutex to get access to queue xfer on control pipe (while semaphore is used to sync with hcd DMA) failed to issue control xfer: set idle & get report descriptor in hidh_open_subtask (more to work on)
Diffstat (limited to 'tests/support')
-rw-r--r--tests/support/descriptor_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/descriptor_test.c b/tests/support/descriptor_test.c
index a972da03e..725baa841 100644
--- a/tests/support/descriptor_test.c
+++ b/tests/support/descriptor_test.c
@@ -151,7 +151,7 @@ const app_configuration_desc_t desc_configuration =
.bDescriptorType = TUSB_DESC_TYPE_CONFIGURATION,
.wTotalLength = sizeof(app_configuration_desc_t) - 1, // exclude termination
- .bNumInterfaces = 1,
+ .bNumInterfaces = 3,
.bConfigurationValue = 1,
.iConfiguration = 0x00,