comparison 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
comparison
equal deleted inserted replaced
2026:652dd569acc1 2027:cd2ef2861eb1
1 enum { 1 enum {
2 #include "SysTasks.h" 2 #include "SysTasks.h"
3 Hello, 3 HELLO_TASK,
4 RUN_FINISH, 4 RUN_FINISH,
5 }; 5 };
6 6