summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-01-13 16:33:14 +0700
committerhathach <[email protected]>2026-01-13 16:33:14 +0700
commit0d28bdc27f90ab5e77576e5e28f55349b36abd24 (patch)
tree34cb81a64a0a127e588dd61ff5201bec0f25536b /test
parent8cde9b69c3ea2eb94758641c0a7bd057a33ccabc (diff)
minor clean up
separate tud_mtp_data_send() and tud_mtp_data_receive()
Diffstat (limited to 'test')
-rwxr-xr-xtest/hil/hil_test.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index dfea9612f..f742bbca2 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -617,13 +617,13 @@ def test_device_mtp(board):
# device tests
# note don't test 2 examples with cdc or 2 msc next to each other
device_tests = [
- # 'device/cdc_dual_ports',
- # 'device/dfu',
- # 'device/cdc_msc',
- # 'device/dfu_runtime',
- # 'device/cdc_msc_freertos',
- # 'device/hid_boot_interface',
- 'device/mtp'
+ 'device/cdc_dual_ports',
+ 'device/dfu',
+ 'device/cdc_msc',
+ 'device/dfu_runtime',
+ 'device/cdc_msc_freertos',
+ 'device/hid_boot_interface',
+ # 'device/mtp'
]
dual_tests = [