projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tag the LUFA-130303 release.
[pub/USBasp.git]
/
Projects
/
HIDReportViewer
/
HIDReportViewer.c
diff --git
a/Projects/HIDReportViewer/HIDReportViewer.c
b/Projects/HIDReportViewer/HIDReportViewer.c
index
aa4c3e5
..
2250ddf
100644
(file)
--- a/
Projects/HIDReportViewer/HIDReportViewer.c
+++ b/
Projects/HIDReportViewer/HIDReportViewer.c
@@
-89,7
+89,7
@@
int main(void)
*/
void RetrieveDeviceData(void)
{
- if (USB_
CurrentMode != USB_MODE_Host
)
+ if (USB_
HostState != HOST_STATE_Configured
)
return;
LEDs_SetAllLEDs(LEDMASK_USB_BUSY);