Add PrinterHost to the project file and Host LowLevel directory makefile.
[pub/USBasp.git] / Demos / Host / LowLevel / PrinterHost / PrinterHost.c
index 79e6f9e..6bbacab 100644 (file)
   this software.\r
 */\r
 \r
-/*\r
-       USB Printer host demo application.\r
-       \r
-       ** NOT CURRENTLY FUNCTIONAL - DO NOT USE **\r
-*/\r
+/** \file\r
+ *\r
+ *  Main source file for the PrinterHost demo. This file contains the main tasks of\r
+ *  the demo and is responsible for the initial application hardware configuration.\r
+ */\r
 \r
 #include "PrinterHost.h"\r
 \r
-\r
+/** Main program entry point. This routine configures the hardware required by the application, then\r
+ *  starts the scheduler to run the application tasks.\r
+ */\r
 int main(void)\r
 {\r
        SetupHardware();\r