Skip to content

Commit

Permalink
chore: revert using other uid,pid in sigrok usb test
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Zwettler <felix.zwettler@duagon.com>
  • Loading branch information
flxzt committed Apr 2, 2024
1 parent bda0b64 commit fc6411b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_sigrok.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
pytestmark = pytest.mark.skipif(not which("sigrok-cli"),
reason="sigrok not available")

#VENDOR_ID = "0925"
#PRODUCT_ID = "3881"
VENDOR_ID = "1d50"
PRODUCT_ID = "608c"
VENDOR_ID = "0925"
PRODUCT_ID = "3881"

def test_sigrok_resource(target):
r = SigrokUSBDevice(target, name=None, match={"sys_name": "1-12"}, driver='fx2lafw', channels="D0,D1")
Expand Down

0 comments on commit fc6411b

Please sign in to comment.