aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-20 13:41:37 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-20 13:41:37 +0000
commit3ee3ed2d6d3edc18183355abf33d50e14723ff06 (patch)
tree0ec974a0581c245fe0f6d432406ae6255e62ab65 /Demos/Host/LowLevel/PrinterHost/PrinterHost.c
parent2a90f66de211627f957c582e8277b7b7e2a940d4 (diff)
downloadlufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.tar.gz
lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.tar.bz2
lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.zip
Add PrinterHost to the project file and Host LowLevel directory makefile.
Diffstat (limited to 'Demos/Host/LowLevel/PrinterHost/PrinterHost.c')
-rw-r--r--Demos/Host/LowLevel/PrinterHost/PrinterHost.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/Demos/Host/LowLevel/PrinterHost/PrinterHost.c b/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
index 79e6f9ee8..6bbacab0a 100644
--- a/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
+++ b/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
@@ -28,15 +28,17 @@
this software.
*/
-/*
- USB Printer host demo application.
-
- ** NOT CURRENTLY FUNCTIONAL - DO NOT USE **
-*/
+/** \file
+ *
+ * Main source file for the PrinterHost demo. This file contains the main tasks of
+ * the demo and is responsible for the initial application hardware configuration.
+ */
#include "PrinterHost.h"
-
+/** Main program entry point. This routine configures the hardware required by the application, then
+ * starts the scheduler to run the application tasks.
+ */
int main(void)
{
SetupHardware();