From 786479faf0605d610c93041191ee5bd6d020ccf9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 19 Jul 2009 12:36:19 +0000 Subject: Add partial project documentation to the incomplete PrinterHost demo. Change over Printer_GetDeviceID() to require a pointer to the destination buffer plus the buffer size, rather than using a pointer to a special structure. Make new Printer_SendData() function to hide the implementation of sending data to an attached printer, cleaning up the main demo source file body. --- Demos/Host/Incomplete/PrinterHost/PrinterHost.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Demos/Host/Incomplete/PrinterHost/PrinterHost.h') diff --git a/Demos/Host/Incomplete/PrinterHost/PrinterHost.h b/Demos/Host/Incomplete/PrinterHost/PrinterHost.h index c0bbebfe3..5851349e4 100644 --- a/Demos/Host/Incomplete/PrinterHost/PrinterHost.h +++ b/Demos/Host/Incomplete/PrinterHost/PrinterHost.h @@ -37,6 +37,7 @@ #include #include #include + #include #include "ConfigDescriptor.h" #include "Lib/PrinterCommands.h" -- cgit v1.2.3