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

Commit e0d0fb91 authored by Gopi Sakshihally Bhuthaiah (xWF)'s avatar Gopi Sakshihally Bhuthaiah (xWF) Committed by Gerrit Code Review
Browse files

Merge "fix for exception" into main

parents 3783c7bf 72d1f6d4
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