aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage/Lib
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-02 13:29:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-02 13:29:07 +0000
commit53eca61d02f296262011b802e80f145329ace34b (patch)
treef4fdc615717bf415683ab09da8dfd87cc8301ce6 /Demos/Device/LowLevel/MassStorage/Lib
parentf979fd36be0a1d0047a46276226da7ff83fa13fe (diff)
downloadlufa-53eca61d02f296262011b802e80f145329ace34b.tar.gz
lufa-53eca61d02f296262011b802e80f145329ace34b.tar.bz2
lufa-53eca61d02f296262011b802e80f145329ace34b.zip
Minor fixups to the documentation and preprocessor tokens.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage/Lib')
-rw-r--r--Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h b/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
index 368837598..92a0a8add 100644
--- a/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
+++ b/Demos/Device/LowLevel/MassStorage/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>