diff options
| author | Ha Thach <[email protected]> | 2026-01-13 20:12:26 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-13 20:12:26 +0700 |
| commit | 72da5f982d63ffae8fe248e45fe3b825ea65d4fc (patch) | |
| tree | 67a57052b2bd6bd2186be8d845ae142bdc852d3e /test | |
| parent | a71cb23647d3eafd3f34b3641fd17ea49b131aec (diff) | |
| parent | 0d28bdc27f90ab5e77576e5e28f55349b36abd24 (diff) | |
Merge pull request #3439 from hathach/mtp_zlp
device/mtp: queue ZLP when needed
Diffstat (limited to 'test')
| -rwxr-xr-x | test/hil/hil_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index b2e883119..f742bbca2 100755 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -151,7 +151,7 @@ def read_disk_file(uid, lun, fname): def open_mtp_dev(uid): mtp = MTP() # MTP seems to take a while to enumerate - timeout = 2*ENUM_TIMEOUT + timeout = 2 * ENUM_TIMEOUT while timeout > 0: # run_cmd(f"gio mount -u mtp://TinyUsb_TinyUsb_Device_{uid}/") for raw in mtp.detect_devices(): |
