projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_Ena...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
KeyboardMouse
/
KeyboardMouse.h
diff --git
a/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
b/Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
index
37cb7f6
..
57e152b
100644
(file)
--- a/
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
+++ b/
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
@@
-102,5
+102,6
@@
void EVENT_USB_Device_Disconnect(void);
\r
void EVENT_USB_Device_ConfigurationChanged(void);
\r
void EVENT_USB_Device_UnhandledControlRequest(void);
\r
+ void EVENT_USB_Device_StartOfFrame(void);
\r
\r
#endif
\r