diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
commit | 5e7319058268e021ae39ca4b9fcabaec0060117b (patch) | |
tree | f40fe1525f2053746540498041f1e8a819277bd7 /LUFA/Drivers/USB/Class/Common/HIDParser.h | |
parent | 1daa5e16f9a395fb2943906a715adb35b8106988 (diff) | |
download | lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.gz lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.bz2 lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.zip |
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/HIDParser.h')
-rw-r--r-- | LUFA/Drivers/USB/Class/Common/HIDParser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/HIDParser.h b/LUFA/Drivers/USB/Class/Common/HIDParser.h index 98544a05d..7ae6bb243 100644 --- a/LUFA/Drivers/USB/Class/Common/HIDParser.h +++ b/LUFA/Drivers/USB/Class/Common/HIDParser.h @@ -70,8 +70,6 @@ #include "HIDReportData.h" #include "../Common/HID.h" - - #include <string.h> /* Enable C linkage for C++ Compilers: */ #if defined(__cplusplus) |