projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
RNDIS.h
diff --git
a/LUFA/Drivers/USB/Class/Device/RNDIS.h
b/LUFA/Drivers/USB/Class/Device/RNDIS.h
index
cdc6fba
..
f53a8e0
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/RNDIS.h
+++ b/
LUFA/Drivers/USB/Class/Device/RNDIS.h
@@
-57,8
+57,6
@@
#include "../../USB.h"
#include "../Common/RNDIS.h"
- #include <string.h>
-
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
extern "C" {