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.h | |
| 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.h')
| -rw-r--r-- | Projects/LEDNotifier/LEDNotifier.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/LEDNotifier/LEDNotifier.h b/Projects/LEDNotifier/LEDNotifier.h index 6ec85c11..4470deb7 100644 --- a/Projects/LEDNotifier/LEDNotifier.h +++ b/Projects/LEDNotifier/LEDNotifier.h @@ -30,11 +30,11 @@ /** \file
*
- * Header file for HotmailNotifier.c.
+ * Header file for LEDNotifier.c.
*/
-#ifndef _HOTMAILNOTIFIER_H_
-#define _HOTMAILNOTIFIER_H_
+#ifndef _LEDNOTIFIER_H_
+#define _LEDNOTIFIER_H_
/* Includes: */
#include <avr/io.h>
|
