Skip to content

Commit

Permalink
libusb1: fix trailing comma in LIBUSB_TRANSFER_TYPE_CONTROL (pyusb#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJAS authored and jonasmalacofilho committed Feb 11, 2024
1 parent 9ba82b4 commit 8205fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb/backend/libusb1.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

# transfer_type codes
# Control endpoint
_LIBUSB_TRANSFER_TYPE_CONTROL = 0,
_LIBUSB_TRANSFER_TYPE_CONTROL = 0
# Isochronous endpoint
_LIBUSB_TRANSFER_TYPE_ISOCHRONOUS = 1
# Bulk endpoint
Expand Down

0 comments on commit 8205fc3

Please sign in to comment.