diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-18 05:30:55 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-18 05:30:55 +0000 |
| commit | cd046a3836fed0fa316985eab0261e7264583460 (patch) | |
| tree | 1600c6274a9857fb8e9c696be2651f488301e60a /Projects/LEDNotifier/LEDNotifier.c | |
| parent | 764e588e6bd60d8bb542c6f344a18ec2bae2a1cd (diff) | |
Fix up references in the LEDNotifier project to the old HotmailNotifier name.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@989 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/LEDNotifier/LEDNotifier.c')
| -rw-r--r-- | Projects/LEDNotifier/LEDNotifier.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/LEDNotifier/LEDNotifier.c b/Projects/LEDNotifier/LEDNotifier.c index 5a7ebd56..c44ca58d 100644 --- a/Projects/LEDNotifier/LEDNotifier.c +++ b/Projects/LEDNotifier/LEDNotifier.c @@ -30,11 +30,11 @@ /** \file
*
- * Main source file for the HotmailNotfier project. This file contains the main tasks of
+ * Main source file for the LEDNotfier project. This file contains the main tasks of
* the demo and is responsible for the initial application hardware configuration.
*/
-#include "HotmailNotifier.h"
+#include "LEDNotifier.h"
/** LUFA CDC Class driver interface configuration and state information. This structure is
* passed to all CDC Class driver functions, so that multiple instances of the same class
|
