mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-21 07:21:00 +00:00
USBTMC: remove reference to visa DLL (which only was for windows, and auto-select instead.
This commit is contained in:
parent
d8fd4352a3
commit
7998f11258
@ -143,7 +143,7 @@ def test_stall_ep0():
|
||||
assert (inst.read_stb() == 0)
|
||||
|
||||
|
||||
rm = visa.ResourceManager("/c/Windows/system32/visa64.dll")
|
||||
rm = visa.ResourceManager()
|
||||
reslist = rm.list_resources("USB?::?*::INSTR")
|
||||
print(reslist)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user