projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add user-filtering to the HID report parser, so that the user code can decide which...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
KeyboardHostWithParser
/
HIDReport.h
diff --git
a/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
b/Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
index
a141ffb
..
974cf72
100644
(file)
--- a/
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
+++ b/
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
@@
-76,5
+76,7
@@
\r
/* Function Prototypes: */
\r
uint8_t GetHIDReportData(void);
\r
+
\r
+ bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_Attributes_t* CurrentItemAttributes);
\r
\r
#endif
\r