projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clean up XPLAINBridge code.
[pub/USBasp.git]
/
Projects
/
XPLAINBridge
/
XPLAINBridge.h
diff --git
a/Projects/XPLAINBridge/XPLAINBridge.h
b/Projects/XPLAINBridge/XPLAINBridge.h
index
805c30d
..
0c3a56c
100644
(file)
--- a/
Projects/XPLAINBridge/XPLAINBridge.h
+++ b/
Projects/XPLAINBridge/XPLAINBridge.h
@@
-85,8
+85,8
@@
\r
void EVENT_USB_Device_ConfigurationChanged(void);
\r
void EVENT_USB_Device_UnhandledControlRequest(void);
\r
\r
void EVENT_USB_Device_ConfigurationChanged(void);
\r
void EVENT_USB_Device_UnhandledControlRequest(void);
\r
-
\r
- void EVENT_
CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t* const CDCInterfaceInfo);
\r
+ void EVENT_USB_Device_Connect(void);
\r
+ void EVENT_
USB_Device_Disconnect(void);
\r
\r
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress);
\r
\r
\r
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress);
\r
\r