Added missing DoxyGen configuration file to the PrinterHost demo.

Dean Camera 16 years ago
parent 8a28fd8e6c
commit 73a21890f6

File diff suppressed because it is too large Load Diff

@ -59,10 +59,13 @@
#define PRINTER_DATA_OUT_PIPE 2 #define PRINTER_DATA_OUT_PIPE 2
/* Type Defines: */ /* Type Defines: */
/** Type define for a Printer Command Data structure, for the encapsulation of raw printer commands to
* send to an attached printer device.
*/
typedef struct typedef struct
{ {
char* Data; char* Data; /**< Printer commands to send to the attached printer */
uint16_t Length; uint16_t Length; /**< Length in bytes of the commands to send to the attached printer */
} Printer_Data_t; } Printer_Data_t;
/* Function Prototypes: */ /* Function Prototypes: */

Loading…
Cancel
Save