projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed new Start of Frame event from the library; performance suffered far too much...
[pub/USBasp.git]
/
Demos
/
Device
/
DualCDC
/
DualCDC.h
diff --git
a/Demos/Device/DualCDC/DualCDC.h
b/Demos/Device/DualCDC/DualCDC.h
index
3c1e296
..
fc782ee
100644
(file)
--- a/
Demos/Device/DualCDC/DualCDC.h
+++ b/
Demos/Device/DualCDC/DualCDC.h
@@
-64,6
+64,5
@@
void EVENT_USB_Disconnect(void);
\r
void EVENT_USB_ConfigurationChanged(void);
\r
void EVENT_USB_UnhandledControlPacket(void);
\r
- void EVENT_USB_StartOfFrame(void);
\r
-
\r
+
\r
#endif
\r