We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e553f commit 810d802Copy full SHA for 810d802
tools/gen_usb_descriptor.py
@@ -73,7 +73,7 @@
73
raise ValueError("CDC notification endpoint number must not be 0")
74
elif args.cdc_ep_num_data_out == 0:
75
raise ValueError("CDC data OUT endpoint number must not be 0")
76
- elif args.cdc_ep_num_data_in == 0):
+ elif args.cdc_ep_num_data_in == 0:
77
raise ValueError("CDC data IN endpoint number must not be 0")
78
79
if 'MSC' in args.devices:
0 commit comments