Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw committed Sep 10, 2022
1 parent b8276a9 commit d9d4c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hidtest/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ void print_device(struct hid_device_info *cur_dev) {

void print_hid_report_descriptor_from_device(hid_device *device) {
unsigned char descriptor[HID_API_MAX_REPORT_DESCRIPTOR_SIZE];
int res = 0;

printf(" Report Descriptor: ");
res = hid_get_report_descriptor(device, descriptor, sizeof(descriptor));
Expand Down

0 comments on commit d9d4c7a

Please sign in to comment.