Merge branch 'adafruit:main' into main
This commit is contained in:
commit
ef2c6e41fb
@ -17,7 +17,6 @@ if DEBUG:
|
|||||||
def dprint(*v):
|
def dprint(*v):
|
||||||
print(*v)
|
print(*v)
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
def dprint(*v):
|
def dprint(*v):
|
||||||
|
@ -83,7 +83,6 @@ if "length" in inspect.getfullargspec(usb.util.get_string).args:
|
|||||||
def get_string(dev, index):
|
def get_string(dev, index):
|
||||||
return usb.util.get_string(dev, 255, index)
|
return usb.util.get_string(dev, 255, index)
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# PyUSB 1.0.0.b2 dropped the length argument
|
# PyUSB 1.0.0.b2 dropped the length argument
|
||||||
def get_string(dev, index):
|
def get_string(dev, index):
|
||||||
|
Loading…
Reference in New Issue
Block a user