Skip to content

Commit f9878da

Browse files
committed
Use the symbolic request type
1 parent 0c4d782 commit f9878da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owi_maplin_usb_arm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self):
7373

7474
def tell(self, msg):
7575
"""Send a USB messaqe to the arm"""
76-
bmRequestType = 0x40
76+
bmRequestType = usb.TYPE_VENDOR
7777
bRequest = 6
7878
wValue = 0x100
7979
wIndex = 0

0 commit comments

Comments
 (0)