diff options
| author | Ha Thach <[email protected]> | 2020-04-17 14:35:11 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-17 14:35:11 +0700 |
| commit | 823af6ba95096b0bf3938a2e3877f5f84c72b215 (patch) | |
| tree | 837b018d6f1526b64f0372cb24ddea1ec6e9bf16 /test | |
| parent | 85f0894fff89baaaa91a6dc3554a3149fc2fc062 (diff) | |
| parent | 6f9c256ad0e6b030468bd8a8fbfd41801b70a69a (diff) | |
Merge pull request #338 from hathach/remove-dcd-set-config
lpc17xx move set configdevice into set address for removing dcd_set_config()
Diffstat (limited to 'test')
| -rw-r--r-- | test/test/device/msc/test_msc_device.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test/device/msc/test_msc_device.c b/test/test/device/msc/test_msc_device.c index 62a36d3e3..34bd90c7e 100644 --- a/test/test/device/msc/test_msc_device.c +++ b/test/test/device/msc/test_msc_device.c @@ -241,8 +241,6 @@ void test_msc(void) dcd_event_setup_received(rhport, (uint8_t*) &request_set_configuration, false); - dcd_set_config_Expect(rhport, 1); - // open endpoints dcd_edpt_open_ExpectAndReturn(rhport, (tusb_desc_endpoint_t const *) desc_ep, true); dcd_edpt_open_ExpectAndReturn(rhport, (tusb_desc_endpoint_t const *) tu_desc_next(desc_ep), true); |
