We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6c18f commit 62093eaCopy full SHA for 62093ea
adafruit_ble/services/standard/hid.py
@@ -442,7 +442,7 @@ def get_report_info(collection: Dict, reports: Dict) -> None:
442
usage = collection["locals"][0][0]
443
reports = {}
444
get_report_info(collection, reports)
445
- for report_id, report in reports:
+ for report_id, report in reports.items():
446
output_size = report["output_size"]
447
if output_size > 0:
448
self.devices.append(
0 commit comments