From 3ee3ed2d6d3edc18183355abf33d50e14723ff06 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 20 Jul 2009 13:41:37 +0000 Subject: Add PrinterHost to the project file and Host LowLevel directory makefile. --- Demos/Host/LowLevel/PrinterHost/PrinterHost.c | 14 ++++++++------ Demos/Host/LowLevel/PrinterHost/makefile | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'Demos/Host/LowLevel/PrinterHost') 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(); diff --git a/Demos/Host/LowLevel/PrinterHost/makefile b/Demos/Host/LowLevel/PrinterHost/makefile index ab2eaab23..a56d9f2a8 100644 --- a/Demos/Host/LowLevel/PrinterHost/makefile +++ b/Demos/Host/LowLevel/PrinterHost/makefile @@ -60,7 +60,7 @@ # MCU name -MCU = at90usb647 +MCU = at90usb1287 # Target board (see library "Board Types" documentation, USER or blank for projects not requiring -- cgit v1.2.3