aboutsummaryrefslogtreecommitdiff
path: root/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-02 13:29:07 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-02 13:29:07 +0000
commit2266a26fc832cb5cabcbae942cc511745516fde1 (patch)
treef4fdc615717bf415683ab09da8dfd87cc8301ce6 /Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
parent5988fa959bd1c4f8bd36011baeeecc2ca1f016bc (diff)
Minor fixups to the documentation and preprocessor tokens.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1102 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h')
-rw-r--r--Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h b/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
index 687671dc..75311074 100644
--- a/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
+++ b/Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
@@ -33,8 +33,8 @@
* Header file for DataflashManager.c.
*/
-#ifndef _DATAFLASH_MANAGER_H
-#define _DATAFLASH_MANAGER_H
+#ifndef _DATAFLASH_MANAGER_H_
+#define _DATAFLASH_MANAGER_H_
/* Includes: */
#include <avr/io.h>