From a6f165398d981b20d6bc15109b1a3279b4ff4746 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 19 Jun 2011 04:47:53 +0000 Subject: Add missing project files for the new HIDReportViewer project to upgrade its status to a finished (working) project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1810 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Projects/HIDReportViewer/HIDReportViewer.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Projects/HIDReportViewer/HIDReportViewer.c') diff --git a/Projects/HIDReportViewer/HIDReportViewer.c b/Projects/HIDReportViewer/HIDReportViewer.c index 8c51907a..fdf187d3 100644 --- a/Projects/HIDReportViewer/HIDReportViewer.c +++ b/Projects/HIDReportViewer/HIDReportViewer.c @@ -28,6 +28,12 @@ this software. */ +/** \file + * + * Main source file for the HIDReportViewer project. This file contains the main tasks of + * the project and is responsible for the initial application hardware configuration. + */ + #include "HIDReportViewer.h" /** Processed HID report descriptor items structure, containing information on each HID report element */ -- cgit v1.2.3