diff Func.h @ 19:00c3272a801f

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 26 Dec 2010 18:57:08 +0900
parents b4c797eee72a
children
line wrap: on
line diff
--- a/Func.h	Fri Dec 17 22:18:11 2010 +0900
+++ b/Func.h	Sun Dec 26 18:57:08 2010 +0900
@@ -1,3 +1,6 @@
+#ifndef INCLUDE_FUNC
+#define INCLUDE_FUNC
+
 // Task ID
 enum {
 #include "SysTasks.h"
@@ -12,3 +15,5 @@
 #include "KeyID.h"
 #include "global_id.h"
 };
+
+#endif