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
/
MouseHostWithParser
/
HIDReport.h
diff --git
a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
index
f5429f0
..
ae6871c
100644
(file)
--- a/
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
+++ b/
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
@@
-86,4
+86,6
@@
/* Function Prototypes: */
\r
uint8_t GetHIDReportData(void);
\r
\r
+ bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_Attributes_t* CurrentItemAttributes);
\r
+
\r
#endif
\r