Skip to content

Commit

Permalink
initialize report id
Browse files Browse the repository at this point in the history
  • Loading branch information
Marije Baalman committed Oct 6, 2013
1 parent 1050f77 commit c380943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hidapi_parser/hidapi_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ int hid_parse_report_descriptor( char* descr_buf, int size, struct hid_device_co
int current_physical_min = 0;
int current_physical_max = 0;
int current_report_count;
int current_report_id;
int current_report_id = 0;
int current_report_size;
int current_unit = 0;
int current_unit_exponent = 0;
Expand Down

0 comments on commit c380943

Please sign in to comment.