X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ac70ddd0a1c412bb54def48e53caaebd0b5c9c61..de8c9445d478dc31dab7e042c9c2943d0758bbb3:/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h diff --git a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h index f5429f0a9..ae6871c57 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h +++ b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h @@ -86,4 +86,6 @@ /* Function Prototypes: */ uint8_t GetHIDReportData(void); + bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_Attributes_t* CurrentItemAttributes); + #endif