diff options
| author | hathach <[email protected]> | 2019-10-31 21:55:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-10-31 21:55:01 +0700 |
| commit | bd8b4e48dc4a7430fa1e03f298a86bb0b7135c31 (patch) | |
| tree | 3e8cfb22b299951436cf8885fbc0132326e1a278 | |
| parent | f58726887a58fe60d7384136f78b5b147fb08fbd (diff) | |
rename zlp test
| -rw-r--r-- | test/test/device/usbd/test_usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/device/usbd/test_usbd.c b/test/test/device/usbd/test_usbd.c index 71d15dbca..add947b3d 100644 --- a/test/test/device/usbd/test_usbd.c +++ b/test/test/device/usbd/test_usbd.c @@ -198,7 +198,7 @@ void test_usbd_get_configuration_descriptor_null(void) // Control ZLP //--------------------------------------------------------------------+ -void test_usbd_control_zlp(void) +void test_usbd_control_in_zlp(void) { // 128 byte total len, with EP0 size = 64, and request length = 256 // ZLP must be return |
