projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enable Mass Storage bootloader builds in the BootloaderTest build test.
[pub/USBasp.git]
/
Projects
/
HIDReportViewer
/
HIDReportViewer.c
diff --git
a/Projects/HIDReportViewer/HIDReportViewer.c
b/Projects/HIDReportViewer/HIDReportViewer.c
index
1dd2909
..
2250ddf
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);