diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-06-19 04:47:53 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-06-19 04:47:53 +0000 |
| commit | a6f165398d981b20d6bc15109b1a3279b4ff4746 (patch) | |
| tree | 3e22355e4439e238525ecb1967a24516ed3cc607 /Projects/HIDReportViewer/HIDReportViewer.c | |
| parent | 7fc9379995fdd1ed06a155d015e741d2cdf61766 (diff) | |
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
Diffstat (limited to 'Projects/HIDReportViewer/HIDReportViewer.c')
| -rw-r--r-- | Projects/HIDReportViewer/HIDReportViewer.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 */
|
