projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add more include protection macros to give the user warnings when they try to manuall...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
HIDParser.h
diff --git
a/LUFA/Drivers/USB/Class/Host/HIDParser.h
b/LUFA/Drivers/USB/Class/Host/HIDParser.h
index
b7225f3
..
b969893
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/HIDParser.h
+++ b/
LUFA/Drivers/USB/Class/Host/HIDParser.h
@@
-57,6
+57,10
@@
#ifndef __HIDPARSER_H__
\r
#define __HIDPARSER_H__
\r
\r
+ /* Macros: */
\r
+ #define __INCLUDE_FROM_USB_DRIVER
\r
+ #define __INCLUDE_FROM_HID_DRIVER
\r
+
\r
/* Includes: */
\r
#include <string.h>
\r
#include <stdbool.h>
\r