kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'fix/usb_device_composite_pytest_exception' into 'master'
ci(usb_device): Fix exception for ACM port in USB composite device pytest See merge request espressif/esp-idf!33288pull/14563/head
commit
ee41fc8a4c
|
@ -30,3 +30,5 @@ def test_usb_composite_device_serial_example(dut: Dut) -> None:
|
|||
res = s.readline() # Check COM echo
|
||||
assert b'text\r\n' in res
|
||||
return
|
||||
|
||||
raise Exception('TinyUSB COM port not found')
|
||||
|
|
Ładowanie…
Reference in New Issue