Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmckay committed Nov 21, 2018
1 parent 2357fb5 commit 23cb76c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed a
Empty file.
2 changes: 1 addition & 1 deletion mac/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ hid_device * HID_API_EXPORT hid_open_path(const char *path)
char str[32];

/* Create the buffers for receiving data */
dev->max_input_report_len = (CFIndex) get_max_report_length(dev->device_handle);
dev->max_input_report_len = 64;
dev->input_report_buf = calloc(dev->max_input_report_len, sizeof(uint8_t));

/* Create the Run Loop Mode for this device.
Expand Down

0 comments on commit 23cb76c

Please sign in to comment.