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.
This commit is contained in:
parent
f338ddcb87
commit
2919aeeaab
12 changed files with 52 additions and 17 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue