mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 06:40:45 +00:00
Merge pull request #803 from pigrew/usbtmc_default_rm
USBTMC: remove reference to visa DLL (which only was for windows, and…
This commit is contained in:
commit
ee00918b7c
@ -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