projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update Atmel Studio blob - use sane method to extract the extension's bundled Getting...
[pub/USBasp.git]
/
Projects
/
HIDReportViewer
/
HIDReportViewer.c
diff --git
a/Projects/HIDReportViewer/HIDReportViewer.c
b/Projects/HIDReportViewer/HIDReportViewer.c
index
1dd2909
..
70b2f9e
100644
(file)
--- a/
Projects/HIDReportViewer/HIDReportViewer.c
+++ b/
Projects/HIDReportViewer/HIDReportViewer.c
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
2
.
+ Copyright (C) Dean Camera, 201
3
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
2
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
3
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
@@
-89,7
+89,7
@@
int main(void)
*/
void RetrieveDeviceData(void)
{
*/
void RetrieveDeviceData(void)
{
- if (USB_
CurrentMode != USB_MODE_Host
)
+ if (USB_
HostState != HOST_STATE_Configured
)
return;
LEDs_SetAllLEDs(LEDMASK_USB_BUSY);
return;
LEDs_SetAllLEDs(LEDMASK_USB_BUSY);
@@
-314,7
+314,7
@@
void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode,
*
* \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)
{