projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to copy...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
MassStorageHost
/
MassStorageHost.h
diff --git
a/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
b/Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
index
a299b70
..
a5b84c2
100644
(file)
--- a/
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
+++ b/
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h
@@
-43,6
+43,7
@@
#include <avr/power.h>
\r
#include <stdio.h>
\r
#include <ctype.h>
\r
+ #include <string.h>
\r
\r
#include "ConfigDescriptor.h"
\r
\r