X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ecf7c18cf24a10df8d843c8f7c195d803e073330..205b35d131a1cc8196786de4370cb90fec17835e:/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h b/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h index a141ffb8c..974cf72c7 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h @@ -76,5 +76,7 @@ /* Function Prototypes: */ uint8_t GetHIDReportData(void); + + bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_Attributes_t* CurrentItemAttributes); #endif