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
/
Printer.h
diff --git
a/LUFA/Drivers/USB/Class/Printer.h
b/LUFA/Drivers/USB/Class/Printer.h
index
9f852e0
..
0de231d
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Printer.h
+++ b/
LUFA/Drivers/USB/Class/Printer.h
@@
-51,6
+51,10
@@
#ifndef _PRINTER_CLASS_H_
\r
#define _PRINTER_CLASS_H_
\r
\r
+ /* Macros: */
\r
+ #define __INCLUDE_FROM_PRINTER_DRIVER
\r
+ #define __INCLUDE_FROM_USB_DRIVER
\r
+
\r
/* Includes: */
\r
#include "../HighLevel/USBMode.h"
\r
\r