projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added missing DoxyGen configuration file to the PrinterHost demo.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
PrinterHost
/
Lib
/
PrinterCommands.h
diff --git
a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
index
896a590
..
f55d03b
100644
(file)
--- a/
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
+++ b/
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h
@@
-59,10
+59,13
@@
#define PRINTER_DATA_OUT_PIPE 2
\r
\r
/* Type Defines: */
\r
#define PRINTER_DATA_OUT_PIPE 2
\r
\r
/* Type Defines: */
\r
+ /** Type define for a Printer Command Data structure, for the encapsulation of raw printer commands to
\r
+ * send to an attached printer device.
\r
+ */
\r
typedef struct
\r
{
\r
typedef struct
\r
{
\r
- char* Data;
\r
- uint16_t Length;
\r
+ char* Data;
/**< Printer commands to send to the attached printer */
\r
+ uint16_t Length;
/**< Length in bytes of the commands to send to the attached printer */
\r
} Printer_Data_t;
\r
\r
/* Function Prototypes: */
\r
} Printer_Data_t;
\r
\r
/* Function Prototypes: */
\r