aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/PDITarget.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-04 01:06:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-04 01:06:26 +0000
commit2919aeeaaba0d1d54e03f9132269c5277d414543 (patch)
treeee12ce9ca936d3245b023e5d13b065670f4ba66a /Projects/AVRISP/Lib/PDITarget.c
parentf338ddcb875d8486af348609db8e38b2791d3e26 (diff)
downloadlufa-2919aeeaaba0d1d54e03f9132269c5277d414543.tar.gz
lufa-2919aeeaaba0d1d54e03f9132269c5277d414543.tar.bz2
lufa-2919aeeaaba0d1d54e03f9132269c5277d414543.zip
Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items.
Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype. Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values.
Diffstat (limited to 'Projects/AVRISP/Lib/PDITarget.c')
-rw-r--r--Projects/AVRISP/Lib/PDITarget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/PDITarget.c b/Projects/AVRISP/Lib/PDITarget.c
index d1dfa1511..98d4bded4 100644
--- a/Projects/AVRISP/Lib/PDITarget.c
+++ b/Projects/AVRISP/Lib/PDITarget.c
@@ -41,7 +41,7 @@
/** Writes a given byte to the attached XMEGA device, using a RS232 frame via software through the
* PDI interface.
*
- * \param Byte Byte to send to the attached device
+ * \param[in] Byte Byte to send to the attached device
*/
void PDITarget_SendByte(uint8_t Byte)
{