Return result from _x52_vendor_command

pull/22/head
nirenjan 2020-06-11 16:44:41 -07:00
parent 1efcaf8970
commit 49d162fa07
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ int _x52_vendor_command(libx52_device *x52, uint16_t index, uint16_t value)
}
}
return rc;
}
int libx52_vendor_command(libx52_device *x52, uint16_t index, uint16_t value)