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 ENDPOINT_*_BusSuspended error code to the Endpoint function, so that the...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
MassStorage
/
MassStorage.h
diff --git
a/Demos/Device/ClassDriver/MassStorage/MassStorage.h
b/Demos/Device/ClassDriver/MassStorage/MassStorage.h
index
adbae45
..
64da5b3
100644
(file)
--- a/
Demos/Device/ClassDriver/MassStorage/MassStorage.h
+++ b/
Demos/Device/ClassDriver/MassStorage/MassStorage.h
@@
-40,6
+40,8
@@
#include <avr/io.h>
\r
#include <avr/wdt.h>
\r
#include <avr/power.h>
\r
#include <avr/io.h>
\r
#include <avr/wdt.h>
\r
#include <avr/power.h>
\r
+ #include <avr/interrupt.h>
\r
+ #include <string.h>
\r
\r
#include "Descriptors.h"
\r
\r
\r
#include "Descriptors.h"
\r
\r
@@
-81,6
+83,6
@@
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
\r
#endif
\r
\r
#endif
\r