summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/str71x/str71x_wdog.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-11-01 14:01:05 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-11-01 14:01:05 +0000
commitd647ebf7971f9101ef5417d735c7cf1cb3130897 (patch)
treeefde159245c487371093455c3f60c6b1daaad9a3 /nuttx/arch/arm/src/str71x/str71x_wdog.h
parent4faf34f9df62732c762e2bc377a0f0d879e794da (diff)
Clean up compilation errors
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1114 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/str71x/str71x_wdog.h')
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_wdog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/str71x/str71x_wdog.h b/nuttx/arch/arm/src/str71x/str71x_wdog.h
index 11661aa7fa..36059e58c5 100644
--- a/nuttx/arch/arm/src/str71x/str71x_wdog.h
+++ b/nuttx/arch/arm/src/str71x/str71x_wdog.h
@@ -33,8 +33,8 @@
*
************************************************************************************/
-#ifndef #define __ARCH_ARM_SRC_STR71X_STR71X_WDOG_H
-#define #define __ARCH_ARM_SRC_STR71X_STR71X_WDOG_H
+#ifndef __ARCH_ARM_SRC_STR71X_STR71X_WDOG_H
+#define __ARCH_ARM_SRC_STR71X_STR71X_WDOG_H
/************************************************************************************
* Included Files
@@ -72,4 +72,4 @@
* Public Functions
************************************************************************************/
-#endif /* #define __ARCH_ARM_SRC_STR71X_STR71X_WDOG_H */
+#endif /* __ARCH_ARM_SRC_STR71X_STR71X_WDOG_H */