Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa6f36a3 authored by Gopi Sakshihally Bhuthaiah (xWF)'s avatar Gopi Sakshihally Bhuthaiah (xWF) Committed by Automerger Merge Worker
Browse files

Merge "fix for exception" into main am: e0d0fb91 am: b16377dc

parents 14def18d b16377dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ def on_set_report_cb(report_id: int, report_type: int, report_size: int, data: b

def on_get_protocol_cb():
    retValue = hid_device.GetSetStatus()
    retValue.data = protocol_mode.to_bytes()
    retValue.data = protocol_mode.to_bytes(length=1)
    retValue.status = hid_device.GetSetReturn.SUCCESS
    return retValue