projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated the software USART code in the XPLAIN Bridge application so that the incommin...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
MassStorage.h
diff --git
a/LUFA/Drivers/USB/Class/Device/MassStorage.h
b/LUFA/Drivers/USB/Class/Device/MassStorage.h
index
aceeb62
..
3ad259d
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/MassStorage.h
+++ b/
LUFA/Drivers/USB/Class/Device/MassStorage.h
@@
-57,8
+57,6
@@
#include "../../USB.h"
#include "../Common/MassStorage.h"
- #include <string.h>
-
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
extern "C" {