diff example/HelloWorld/Func.h @ 2027:cd2ef2861eb1 draft

fix indent in HelloWorld
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 02 Sep 2014 16:39:06 +0900
parents 0e6c59377ef4
children
line wrap: on
line diff
--- a/example/HelloWorld/Func.h	Sun Aug 10 18:44:47 2014 +0900
+++ b/example/HelloWorld/Func.h	Tue Sep 02 16:39:06 2014 +0900
@@ -1,6 +1,6 @@
 enum {
 #include "SysTasks.h"
-    Hello,
+    HELLO_TASK,
     RUN_FINISH,
 };