projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git]
/
Demos
/
Device
/
Incomplete
/
Sideshow
/
Sideshow.h
diff --git
a/Demos/Device/Incomplete/Sideshow/Sideshow.h
b/Demos/Device/Incomplete/Sideshow/Sideshow.h
index
af8abe6
..
62b8904
100644
(file)
--- a/
Demos/Device/Incomplete/Sideshow/Sideshow.h
+++ b/
Demos/Device/Incomplete/Sideshow/Sideshow.h
@@
-73,7
+73,7
@@
void EVENT_USB_Device_Connect(void);
void EVENT_USB_Device_Disconnect(void);
void EVENT_USB_Device_ConfigurationChanged(void);
- void EVENT_USB_Device_
Unhandled
ControlRequest(void);
+ void EVENT_USB_Device_ControlRequest(void);
#endif