projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Device mode class driver callbacks are now fired before the control request status...
[pub/USBasp.git]
/
Projects
/
Incomplete
/
StandaloneProgrammer
/
DiskDevice.h
diff --git
a/Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
b/Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
index
37906c8
..
1d7569b
100644
(file)
--- a/
Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
+++ b/
Projects/Incomplete/StandaloneProgrammer/DiskDevice.h
@@
-55,7
+55,7
@@
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
- bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* MSInterfaceInfo);
\r
+ bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t*
const
MSInterfaceInfo);
\r
#endif
\r
\r
#endif
\r
#endif
\r
\r
#endif
\r