Fix missing semicolons in the *WithParser Host mode demos.
This commit is contained in:
parent
512977322b
commit
059ebd01a3
2 changed files with 2 additions and 2 deletions
|
@ -86,5 +86,5 @@ bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_Attributes_t* Current
|
|||
* structure to save RAM and ignore the rest
|
||||
*/
|
||||
return ((CurrentItemAttributes->Usage.Page == USAGE_PAGE_BUTTON) ||
|
||||
(CurrentItemAttributes->Usage.Page == USAGE_PAGE_GENERIC_DCTRL))
|
||||
(CurrentItemAttributes->Usage.Page == USAGE_PAGE_GENERIC_DCTRL));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue