projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add PrinterHost to the project file and Host LowLevel directory makefile.
[pub/lufa.git]
/
Demos
/
Host
/
LowLevel
/
PrinterHost
/
PrinterHost.c
diff --git
a/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
b/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
index
79e6f9e
..
6bbacab
100644
(file)
--- a/
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
+++ b/
Demos/Host/LowLevel/PrinterHost/PrinterHost.c
@@
-28,15
+28,17
@@
this software.
\r
*/
\r
\r
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
#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
int main(void)
\r
{
\r
SetupHardware();
\r