projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
State information for class drivers is now zeroed out during enumeration (both in...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
KeyboardMouse
/
KeyboardMouse.c
diff --git
a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
index
5c33eeb
..
241553c
100644
(file)
--- a/
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
+++ b/
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
@@
-53,11
+53,6
@@
USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
\r
.ReportINBufferSize = sizeof(USB_KeyboardReport_Data_t),
\r
},
\r
-
\r
- .State =
\r
- {
\r
- .IdleCount = 500,
\r
- }
\r
};
\r
\r
/** LUFA HID Class driver interface configuration and state information. This structure is
\r