projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix incorrect XMEGA serial driver stream functions (thanks to William Patterson).
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
MouseHostWithParser
/
HIDReport.c
diff --git
a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
index
a805c82
..
0c90f7a
100644
(file)
--- a/
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
+++ b/
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
3
.
+ Copyright (C) Dean Camera, 201
4
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
3
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
4
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
@@
-77,7
+77,7
@@
uint8_t GetHIDReportData(void)
*
* \param[in] CurrentItem Pointer to the item the HID report parser is currently working with
*
*
* \param[in] CurrentItem Pointer to the item the HID report parser is currently working with
*
- * \return Boolean
true if the item should be stored into the HID report structure,
false if it should be discarded
+ * \return Boolean
\c true if the item should be stored into the HID report structure, \c
false if it should be discarded
*/
bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_t* const CurrentItem)
{
*/
bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_t* const CurrentItem)
{